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 revision 1.32 (reques...



details:   https://anonhg.NetBSD.org/src/rev/3f1d67779146
branches:  netbsd-1-4
changeset: 471021:3f1d67779146
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 12 21:26:15 2000 +0000

description:
Pull up revision 1.32 (requested by fredb):
  Synchronize to version of pkg_install on trunk.

diffstat:

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

diffs (26 lines):

diff -r 1501b9363f77 -r 3f1d67779146 usr.sbin/pkg_install/info/perform.c
--- a/usr.sbin/pkg_install/info/perform.c       Thu Oct 12 21:26:12 2000 +0000
+++ b/usr.sbin/pkg_install/info/perform.c       Thu Oct 12 21:26:15 2000 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: perform.c,v 1.23.2.5 2000/07/31 18:18:57 he Exp $      */
+/*     $NetBSD: perform.c,v 1.23.2.6 2000/10/12 21:26:15 he Exp $      */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static const char *rcsid = "from FreeBSD Id: perform.c,v 1.23 1997/10/13 15:03:53 jkh Exp";
 #else
-__RCSID("$NetBSD: perform.c,v 1.23.2.5 2000/07/31 18:18:57 he Exp $");
+__RCSID("$NetBSD: perform.c,v 1.23.2.6 2000/10/12 21:26:15 he Exp $");
 #endif
 #endif
 
@@ -76,7 +76,7 @@
        }
 
        if (cp) {
-               if (IS_URL(pkg)) {
+               if (IS_URL(cp)) {
                        /* file is already unpacked by fileGetURL() */
                        strcpy(PlayPen, cp);
                } else {



Home | Main Index | Thread Index | Old Index