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/create If a command line ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f00610df763b
branches:  trunk
changeset: 537172:f00610df763b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jan 04 14:24:38 2008 +0000

description:
If a command line argument is used, it should be mentioned by exactly
this name (pkg-name) and not some related description, to make searching
easy.

diffstat:

 pkgtools/pkg_install/files/create/pkg_create.1    |  7 ++++---
 pkgtools/pkg_install/files/create/pkg_create.cat1 |  4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 9094be4ba74d -r f00610df763b pkgtools/pkg_install/files/create/pkg_create.1
--- a/pkgtools/pkg_install/files/create/pkg_create.1    Fri Jan 04 14:22:06 2008 +0000
+++ b/pkgtools/pkg_install/files/create/pkg_create.1    Fri Jan 04 14:24:38 2008 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_create.1,v 1.14 2007/11/14 22:57:07 wiz Exp $
+.\" $NetBSD: pkg_create.1,v 1.15 2008/01/04 14:24:38 rillig Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -441,8 +441,9 @@
 and is used when keeping track of the package for later deinstallation.
 Note that
 .Nm
-will derive this field from the package name and add it automatically
-if none is given.
+will derive this field from the
+.Ar pkg-name
+and add it automatically if none is given.
 .It Cm @dirrm Ar name
 Declare directory
 .Pa name
diff -r 9094be4ba74d -r f00610df763b pkgtools/pkg_install/files/create/pkg_create.cat1
--- a/pkgtools/pkg_install/files/create/pkg_create.cat1 Fri Jan 04 14:22:06 2008 +0000
+++ b/pkgtools/pkg_install/files/create/pkg_create.cat1 Fri Jan 04 14:24:38 2008 +0000
@@ -245,8 +245,8 @@
              put at the top.  This name is potentially different than the name
              of the file it came in, and is used when keeping track of the
              package for later deinstallation.  Note that ppkkgg__ccrreeaattee will
-             derive this field from the package name and add it automatically
-             if none is given.
+             derive this field from the _p_k_g_-_n_a_m_e and add it automatically if
+             none is given.
      @@ddiirrrrmm _n_a_m_e
              Declare directory _n_a_m_e to be deleted at deinstall time.  By
              default, directories created by a package installation are not



Home | Main Index | Thread Index | Old Index