summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-27 22:36:19 +0000
committerjoerg <joerg>2008-07-27 22:36:19 +0000
commit647ba72b5b2216a18664d11474f03348a416d133 (patch)
tree91f196bbd3308a957f721447dba9bd0efbb8c886
parent26eda05691146c171e2d9f18031dafac6a9140ea (diff)
downloadpkgsrc-647ba72b5b2216a18664d11474f03348a416d133.tar.gz
Bump date and regen cat page.
-rw-r--r--pkgtools/pkg_install/files/add/pkg_add.14
-rw-r--r--pkgtools/pkg_install/files/add/pkg_add.cat118
2 files changed, 7 insertions, 15 deletions
diff --git a/pkgtools/pkg_install/files/add/pkg_add.1 b/pkgtools/pkg_install/files/add/pkg_add.1
index ae083bace79..a6e0804ba0b 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.28.6.6 2008/07/27 22:35:02 joerg Exp $
+.\" $NetBSD: pkg_add.1,v 1.28.6.7 2008/07/27 22:36:19 joerg Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -17,7 +17,7 @@
.\"
.\" @(#)pkg_add.1
.\"
-.Dd May 26, 2008
+.Dd July 28, 2008
.Dt PKG_ADD 1
.Os
.Sh NAME
diff --git a/pkgtools/pkg_install/files/add/pkg_add.cat1 b/pkgtools/pkg_install/files/add/pkg_add.cat1
index f363676512b..b09737bff9b 100644
--- a/pkgtools/pkg_install/files/add/pkg_add.cat1
+++ b/pkgtools/pkg_install/files/add/pkg_add.cat1
@@ -25,7 +25,7 @@ WWAARRNNIINNGG
_Y_o_u _a_r_e _a_d_v_i_s_e_d _t_o _v_e_r_i_f_y _t_h_e _c_o_m_p_e_t_e_n_c_e _a_n_d _i_d_e_n_t_i_t_y _o_f _t_h_o_s_e _w_h_o _p_r_o_-
_v_i_d_e _i_n_s_t_a_l_l_a_b_l_e _p_a_c_k_a_g_e _f_i_l_e_s_. _F_o_r _e_x_t_r_a _p_r_o_t_e_c_t_i_o_n_, _u_s_e _t_h_e _d_i_g_i_t_a_l
- _s_i_g_n_a_t_u_r_e_s _p_r_o_v_i_d_e_d _w_h_e_r_e _p_o_s_s_i_b_l_e _(_s_e_e _t_h_e pkg_install.conf(_5) _)_, _o_r_,
+ _s_i_g_n_a_t_u_r_e_s _p_r_o_v_i_d_e_d _w_h_e_r_e _p_o_s_s_i_b_l_e _(_s_e_e _t_h_e pkg_install.conf(_5)_)_, _o_r_,
_f_a_i_l_i_n_g _t_h_a_t_, _u_s_e tar(_1) _t_o _e_x_t_r_a_c_t _t_h_e _p_a_c_k_a_g_e _f_i_l_e_, _a_n_d _i_n_s_p_e_c_t _i_t_s
_c_o_n_t_e_n_t_s _a_n_d _s_c_r_i_p_t_s _t_o _e_n_s_u_r_e _i_t _p_o_s_e_s _n_o _d_a_n_g_e_r _t_o _y_o_u_r _s_y_s_t_e_m_'_s
_i_n_t_e_g_r_i_t_y_. _P_a_y _p_a_r_t_i_c_u_l_a_r _a_t_t_e_n_t_i_o_n _t_o _a_n_y _+_I_N_S_T_A_L_L _o_r _+_D_E_I_N_S_T_A_L_L _f_i_l_e_s_,
@@ -280,7 +280,7 @@ EEXXAAMMPPLLEESS
_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.
CCOONNFFIIGGUURRAATTIIOONN VVAARRIIAABBLLEESS
- The following variables change the behaviour of ppkkgg__aadddd and are explained
+ The following variables change the behaviour of ppkkgg__aadddd and are described
in pkg_install.conf(5):
CERTIFICATE_ANCHOR_PKGS
@@ -290,8 +290,8 @@ CCOONNFFIIGGUURRAATTIIOONN VVAARRIIAABBLLEESS
VERIFIED_INSTALLATION
SSEEEE AALLSSOO
- pkg_admin(1), pkg_create(1), pkg_delete(1), pkg_info(1),
- pkg_install.conf(5), tar(1), mktemp(3), sysconf(3), pkgsrc(7)
+ pkg_admin(1), pkg_create(1), pkg_delete(1), pkg_info(1), tar(1),
+ mktemp(3), sysconf(3), pkg_install.conf(5), pkgsrc(7)
AAUUTTHHOORRSS
Jordan Hubbard
@@ -306,16 +306,8 @@ AAUUTTHHOORRSS
Rewrote most of the code base to work without external commands.
BBUUGGSS
- Hard links between files in a distribution are only preserved if either
- (1) the staging area is on the same file system as the target directory
- of all the links to the file, or (2) all the links to the file are brack-
- eted by @@ccwwdd directives in the contents file, _a_n_d and the link names are
- extracted with a single ttaarr command (not split between invocations due to
- exec argument-space limitations--this depends on the value returned by
- ssyyssccoonnff(___S_C___A_R_G___M_A_X)).
-
Package upgrading needs a lot more work to be really universal.
Sure to be others.
-NetBSD 4.0 May 26, 2008 NetBSD 4.0
+NetBSD 4.0 July 28, 2008 NetBSD 4.0