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 Pull in documentation impro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e68746cd954
branches:  trunk
changeset: 488624:0e68746cd954
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Feb 05 00:28:58 2005 +0000

description:
Pull in documentation improvements and a minor change to allow building
with WARNS=2 from src/usr.sbin/pkg_install.  No functional change and
no version bump.

diffstat:

 pkgtools/pkg_install/files/add/pkg_add.1          |   6 +++---
 pkgtools/pkg_install/files/delete/pkg_delete.1    |  14 +++++++-------
 pkgtools/pkg_install/files/delete/pkg_delete.cat1 |   8 ++++----
 pkgtools/pkg_install/files/lib/pkgdb.c            |   6 +++---
 4 files changed, 17 insertions(+), 17 deletions(-)

diffs (140 lines):

diff -r f8481b6859b8 -r 0e68746cd954 pkgtools/pkg_install/files/add/pkg_add.1
--- a/pkgtools/pkg_install/files/add/pkg_add.1  Sat Feb 05 00:26:41 2005 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.1  Sat Feb 05 00:28:58 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_add.1,v 1.12 2005/02/04 09:10:13 jlam Exp $
+.\" $NetBSD: pkg_add.1,v 1.13 2005/02/05 00:28:58 jlam Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -517,7 +517,7 @@
 The scripts are also called with the
 .Ev PKG_METADATA_DIR
 environment variable set to the location of the
-.Ar +*
+.Pa +*
 meta-data files, and with the
 .Ev PKG_REFCOUNT_DBDIR
 environment variable set to the location of the package reference counts
@@ -554,7 +554,7 @@
 .It Ev PKG_REFCOUNT_DBDIR
 Location of the package reference counts database directory.
 The default location is the path to the package database directory with
-.Do .refcount Dc
+.Dq .refcount
 appended to the path, e.g.
 .Pa /var/db/pkg.refcount .
 .It Ev PKG_TMPDIR
diff -r f8481b6859b8 -r 0e68746cd954 pkgtools/pkg_install/files/delete/pkg_delete.1
--- a/pkgtools/pkg_install/files/delete/pkg_delete.1    Sat Feb 05 00:26:41 2005 +0000
+++ b/pkgtools/pkg_install/files/delete/pkg_delete.1    Sat Feb 05 00:28:58 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_delete.1,v 1.10 2005/02/04 09:10:13 jlam Exp $
+.\" $NetBSD: pkg_delete.1,v 1.11 2005/02/05 00:28:58 jlam Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -200,7 +200,7 @@
 then this is executed first as
 .Bd -filled -offset indent -compact
 .Cm require
-.Ar \*[Lt]pkg-name\*[Gt]
+.Aq Ar pkg-name
 .Ar DEINSTALL
 .Ed
 (where
@@ -226,19 +226,19 @@
 script is called as:
 .Bd -filled -offset indent -compact
 .Cm deinstall
-.Ar \*[Lt]pkg-name\*[Gt]
+.Aq Ar pkg-name
 .Ar VIEW-DEINSTALL
 .Ed
 before removing the package from a view, and as:
 .Bd -filled -offset indent -compact
 .Cm deinstall
-.Ar \*[Lt]pkg-name\*[Gt]
+.Aq Ar pkg-name
 .Ar DEINSTALL
 .Ed
 before deleting all files and as:
 .Bd -filled -offset indent -compact
 .Cm deinstall
-.Ar \*[Lt]pkg-name\*[Gt]
+.Aq Ar pkg-name
 .Ar POST-DEINSTALL
 .Ed
 after deleting them.
@@ -266,7 +266,7 @@
 The scripts are also called with the
 .Ev PKG_METADATA_DIR
 environment variable set to the location of the
-.Ar +*
+.Pa +*
 meta-data files, and with the
 .Ev PKG_REFCOUNT_DBDIR
 environment variable set to the location of the package reference counts
@@ -284,7 +284,7 @@
 .It Ev PKG_REFCOUNT_DBDIR
 Location of the package reference counts database directory.
 The default location is the path to the package database directory with
-.Do .refcount Dc
+.Dq .refcount
 appended to the path, e.g.
 .Pa /var/db/pkg.refcount .
 .El
diff -r f8481b6859b8 -r 0e68746cd954 pkgtools/pkg_install/files/delete/pkg_delete.cat1
--- a/pkgtools/pkg_install/files/delete/pkg_delete.cat1 Sat Feb 05 00:26:41 2005 +0000
+++ b/pkgtools/pkg_install/files/delete/pkg_delete.cat1 Sat Feb 05 00:28:58 2005 +0000
@@ -114,7 +114,7 @@
 
      If the package contains a _r_e_q_u_i_r_e file (see pkg_create(1)), then this is
      executed first as
-           rreeqquuiirree _<_p_k_g_-_n_a_m_e_> _D_E_I_N_S_T_A_L_L
+           rreeqquuiirree <_p_k_g_-_n_a_m_e> _D_E_I_N_S_T_A_L_L
      (where _p_k_g_-_n_a_m_e is the name of the package in question and _D_E_I_N_S_T_A_L_L is a
      keyword denoting that this is a deinstallation) to see whether or not
      deinstallation should continue.  A non-zero exit status means no, unless
@@ -125,11 +125,11 @@
      up any additional messy details around the package's installation, since
      all ppkkgg__ddeelleettee knows how to do is delete the files created in the origi-
      nal distribution.  The ddeeiinnssttaallll script is called as:
-           ddeeiinnssttaallll _<_p_k_g_-_n_a_m_e_> _V_I_E_W_-_D_E_I_N_S_T_A_L_L
+           ddeeiinnssttaallll <_p_k_g_-_n_a_m_e> _V_I_E_W_-_D_E_I_N_S_T_A_L_L
      before removing the package from a view, and as:
-           ddeeiinnssttaallll _<_p_k_g_-_n_a_m_e_> _D_E_I_N_S_T_A_L_L
+           ddeeiinnssttaallll <_p_k_g_-_n_a_m_e> _D_E_I_N_S_T_A_L_L
      before deleting all files and as:
-           ddeeiinnssttaallll _<_p_k_g_-_n_a_m_e_> _P_O_S_T_-_D_E_I_N_S_T_A_L_L
+           ddeeiinnssttaallll <_p_k_g_-_n_a_m_e> _P_O_S_T_-_D_E_I_N_S_T_A_L_L
      after deleting them.  Passing the keywords _V_I_E_W_-_D_E_I_N_S_T_A_L_L, _D_E_I_N_S_T_A_L_L and
      _P_O_S_T_-_D_E_I_N_S_T_A_L_L lets you potentially write only one program/script that
      handles all aspects of installation and deletion.
diff -r f8481b6859b8 -r 0e68746cd954 pkgtools/pkg_install/files/lib/pkgdb.c
--- a/pkgtools/pkg_install/files/lib/pkgdb.c    Sat Feb 05 00:26:41 2005 +0000
+++ b/pkgtools/pkg_install/files/lib/pkgdb.c    Sat Feb 05 00:28:58 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pkgdb.c,v 1.23 2005/02/04 09:10:13 jlam Exp $  */
+/*     $NetBSD: pkgdb.c,v 1.24 2005/02/05 00:28:58 jlam Exp $  */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -8,7 +8,7 @@
 #include <sys/cdefs.h>
 #endif
 #ifndef lint
-__RCSID("$NetBSD: pkgdb.c,v 1.23 2005/02/04 09:10:13 jlam Exp $");
+__RCSID("$NetBSD: pkgdb.c,v 1.24 2005/02/05 00:28:58 jlam Exp $");
 #endif
 
 /*
@@ -286,7 +286,7 @@
        static char buf[MaxPathSize];
        char *tmp;
 
-       if (tmp = getenv(PKG_REFCOUNT_DBDIR_VNAME))
+       if ((tmp = getenv(PKG_REFCOUNT_DBDIR_VNAME)))
                strlcpy(buf, tmp, sizeof(buf));
        else
                snprintf(buf, sizeof(buf), "%s.refcount", _pkgdb_getPKGDB_DIR());



Home | Main Index | Thread Index | Old Index