Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/pkg_install/info Pull up 1.12-1.15:



details:   https://anonhg.NetBSD.org/src/rev/23baf27f0c17
branches:  netbsd-1-4
changeset: 469273:23baf27f0c17
user:      he <he%NetBSD.org@localhost>
date:      Sun Aug 22 18:09:19 1999 +0000

description:
Pull up 1.12-1.15:
  @srcdir was renamed to @src a long time ago (fixing PR7555).
  Treat absolute paths in PLIST properly, i.e. do not allow them at all.

diffstat:

 usr.sbin/pkg_install/info/show.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b4915721ca12 -r 23baf27f0c17 usr.sbin/pkg_install/info/show.c
--- a/usr.sbin/pkg_install/info/show.c  Sun Aug 22 18:05:17 1999 +0000
+++ b/usr.sbin/pkg_install/info/show.c  Sun Aug 22 18:09:19 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.12.2.1 1999/08/22 18:09:19 he 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.12.2.1 1999/08/22 18:09:19 he 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