diff options
author | reed <reed@pkgsrc.org> | 2009-04-10 04:03:11 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-04-10 04:03:11 +0000 |
commit | 00b6b964453de0a5c426c7819524d29aebc98a0e (patch) | |
tree | 578f1aaca844b3563244d39dd60c58f428fab232 /pkgtools | |
parent | 4dcaefa1fe31f292226d8c1445c342c6e5b8c422 (diff) | |
download | pkgsrc-00b6b964453de0a5c426c7819524d29aebc98a0e.tar.gz |
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 (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/add/pkg_add.1 | 10 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/add/pkg_add.cat1 | 10 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.h | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/pkgtools/pkg_install/files/add/pkg_add.1 b/pkgtools/pkg_install/files/add/pkg_add.1 index faaaada0182..474ccdd807b 100644 --- a/pkgtools/pkg_install/files/add/pkg_add.1 +++ b/pkgtools/pkg_install/files/add/pkg_add.1 @@ -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 @@ like this: (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 --git a/pkgtools/pkg_install/files/add/pkg_add.cat1 b/pkgtools/pkg_install/files/add/pkg_add.cat1 index 2f87ae63f63..e4c23dbdda9 100644 --- a/pkgtools/pkg_install/files/add/pkg_add.cat1 +++ b/pkgtools/pkg_install/files/add/pkg_add.cat1 @@ -6,8 +6,8 @@ NNAAMMEE 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 @@ EEXXAAMMPPLLEESS # 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 @@ BBUUGGSS Sure to be others. -NetBSD 5.0 February 27, 2009 NetBSD 5.0 +NetBSD 5.0 April 10, 2009 NetBSD 5.0 diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h index 743743eff81..2edea7f38fd 100644 --- a/pkgtools/pkg_install/files/lib/version.h +++ b/pkgtools/pkg_install/files/lib/version.h @@ -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_ */ |