Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pkg_install @srcdir was renamed to @src long ago, r...



details:   https://anonhg.NetBSD.org/src/rev/3da5132e3fcb
branches:  trunk
changeset: 472977:3da5132e3fcb
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Sat May 15 03:27:50 1999 +0000

description:
@srcdir was renamed to @src long ago, reflect this in documentation;
noted in PR 7555 by R. C. Dowdeswell <elric%imrryr.org@localhost>

diffstat:

 usr.sbin/pkg_install/create/pkg_create.1 |  4 ++--
 usr.sbin/pkg_install/info/show.c         |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 6282bf5c4be4 -r 3da5132e3fcb usr.sbin/pkg_install/create/pkg_create.1
--- a/usr.sbin/pkg_install/create/pkg_create.1  Fri May 14 22:36:50 1999 +0000
+++ b/usr.sbin/pkg_install/create/pkg_create.1  Sat May 15 03:27:50 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_create.1,v 1.16 1999/03/22 18:44:03 garbled Exp $
+.\" $NetBSD: pkg_create.1,v 1.17 1999/05/15 03:27:51 hubertf Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintainance
 .\" of non-core utilities.
@@ -271,7 +271,7 @@
 Note:
 .Cm @cd
 is also an alias for this command.
-.It Cm @srcdir Ar directory
+.It Cm @src Ar directory
 Set the internal directory pointer for _creation only_ to
 .Ar directory .
 That is to say that it overrides
diff -r 6282bf5c4be4 -r 3da5132e3fcb usr.sbin/pkg_install/info/show.c
--- a/usr.sbin/pkg_install/info/show.c  Fri May 14 22:36:50 1999 +0000
+++ b/usr.sbin/pkg_install/info/show.c  Sat May 15 03:27:50 1999 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: show.c,v 1.12 1999/03/04 01:45:22 hubertf Exp $        */
+/*     $NetBSD: show.c,v 1.13 1999/05/15 03:27:50 hubertf Exp $        */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static const char *rcsid = "from FreeBSD Id: show.c,v 1.11 1997/10/08 07:47:38 charnier Exp";
 #else
-__RCSID("$NetBSD: show.c,v 1.12 1999/03/04 01:45:22 hubertf Exp $");
+__RCSID("$NetBSD: show.c,v 1.13 1999/05/15 03:27:50 hubertf Exp $");
 #endif
 #endif
 
@@ -81,7 +81,7 @@
        {       PLIST_IGNORE,   NULL,   NULL },
        {       PLIST_NAME,     "@name %s",     "\tPackage name: %s" },
        {       PLIST_UNEXEC,   "@unexec %s",   "\tUNEXEC '%s'" },
-       {       PLIST_SRC,      "@srcdir: %s",  "\tSRCDIR to: %s" },
+       {       PLIST_SRC,      "@src: %s",     "\tSRC to: %s" },
        {       PLIST_DISPLAY,  "@display %s",  "\tInstall message file: %s" },
        {       PLIST_PKGDEP,   "@pkgdep %s",   "\tPackage depends on: %s" },
        {       PLIST_MTREE,    "@mtree %s",    "\tPackage mtree file: %s" },



Home | Main Index | Thread Index | Old Index