pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files Remove mention to install s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a11057f3738f
branches:  trunk
changeset: 557053:a11057f3738f
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Apr 10 04:03:11 2009 +0000

description:
Remove mention to install security/audit-packages (which no longer
exists) and suggest audit capabilities of pkg_admin instead.
Update version.
Regeneration of cat page also caught up with some previous cleanups.

diffstat:

 pkgtools/pkg_install/files/add/pkg_add.1    |  10 +++++-----
 pkgtools/pkg_install/files/add/pkg_add.cat1 |  10 +++++-----
 pkgtools/pkg_install/files/lib/version.h    |   4 ++--
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (79 lines):

diff -r 19db0a909088 -r a11057f3738f pkgtools/pkg_install/files/add/pkg_add.1
--- a/pkgtools/pkg_install/files/add/pkg_add.1  Thu Apr 09 10:15:01 2009 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.1  Fri Apr 10 04:03:11 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_add.1,v 1.35 2009/03/22 23:42:35 joerg Exp $
+.\" $NetBSD: pkg_add.1,v 1.36 2009/04/10 04:03:11 reed Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -17,7 +17,7 @@
 .\"
 .\"     @(#)pkg_add.1
 .\"
-.Dd February 27, 2009
+.Dd April 10, 2009
 .Dt PKG_ADD 1
 .Os
 .Sh NAME
@@ -489,9 +489,9 @@
 (The quotes are needed because semicolon
 .Pq Sq \&;
 is a shell meta-character.)
-If you do this, consider installing and using the
-.Pa security/audit-packages
-package and running it after every
+If you do this, consider using the audit capabilities in
+.Xr pkg_admin 1
+and running it after every
 .Nm .
 .Sh CONFIGURATION VARIABLES
 The following variables change the behavior of
diff -r 19db0a909088 -r a11057f3738f pkgtools/pkg_install/files/add/pkg_add.cat1
--- a/pkgtools/pkg_install/files/add/pkg_add.cat1       Thu Apr 09 10:15:01 2009 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.cat1       Fri Apr 10 04:03:11 2009 +0000
@@ -6,8 +6,8 @@
 
 SSYYNNOOPPSSIISS
      ppkkgg__aadddd [--AAffIILLnnRRuuVVvv] [--KK _p_k_g___d_b_d_i_r] [--mm _m_a_c_h_i_n_e] [--PP _d_e_s_t_d_i_r] [--pp _p_r_e_f_i_x]
-             [--WW _v_i_e_w_b_a_s_e] [--ww _v_i_e_w]
-             [[ftp|http]://[_u_s_e_r[:_p_a_s_s_w_o_r_d_]@]_h_o_s_t[:_p_o_r_t]][/_p_a_t_h_/]pkg-name ...
+             [--WW _v_i_e_w_b_a_s_e] [--ww _v_i_e_w] _f_i_l_e _._._.
+             [[ftp|http]://[_u_s_e_r][:_p_a_s_s_w_o_r_d]@]_h_o_s_t[:_p_o_r_t][/_p_a_t_h_/]_p_k_g_-_n_a_m_e _._._.
 
 DDEESSCCRRIIPPTTIIOONN
      The ppkkgg__aadddd command is used to extract and upgrade packages that have
@@ -283,8 +283,8 @@
      # export PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/i386/3.1_2007Q2/All/;ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/i386/3.1_2007Q2/vulnerable/";
 
      (The quotes are needed because semicolon (`;') is a shell meta-charac-
-     ter.)  If you do this, consider installing and using the
-     _s_e_c_u_r_i_t_y_/_a_u_d_i_t_-_p_a_c_k_a_g_e_s package and running it after every ppkkgg__aadddd.
+     ter.)  If you do this, consider using the audit capabilities in
+     pkg_admin(1) and running it after every ppkkgg__aadddd.
 
 CCOONNFFIIGGUURRAATTIIOONN VVAARRIIAABBLLEESS
      The following variables change the behavior of ppkkgg__aadddd and are described
@@ -317,4 +317,4 @@
 
      Sure to be others.
 
-NetBSD 5.0                     February 27, 2009                    NetBSD 5.0
+NetBSD 5.0                      April 10, 2009                      NetBSD 5.0
diff -r 19db0a909088 -r a11057f3738f pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h  Thu Apr 09 10:15:01 2009 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h  Fri Apr 10 04:03:11 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.121 2009/04/06 14:34:15 joerg Exp $      */
+/*     $NetBSD: version.h,v 1.122 2009/04/10 04:03:11 reed Exp $       */
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION "20090406"
+#define PKGTOOLS_VERSION "20090410"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index