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/add Pull up revision 1.16 (request...



details:   https://anonhg.NetBSD.org/src/rev/65d2f9a315eb
branches:  netbsd-1-4
changeset: 471016:65d2f9a315eb
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 12 21:25:59 2000 +0000

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

diffstat:

 usr.sbin/pkg_install/add/main.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 350227dbb932 -r 65d2f9a315eb usr.sbin/pkg_install/add/main.c
--- a/usr.sbin/pkg_install/add/main.c   Thu Oct 12 21:25:56 2000 +0000
+++ b/usr.sbin/pkg_install/add/main.c   Thu Oct 12 21:25:59 2000 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: main.c,v 1.9.2.5 2000/07/31 18:18:24 he Exp $  */
+/*     $NetBSD: main.c,v 1.9.2.6 2000/10/12 21:25:59 he Exp $  */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static char *rcsid = "from FreeBSD Id: main.c,v 1.16 1997/10/08 07:45:43 charnier Exp";
 #else
-__RCSID("$NetBSD: main.c,v 1.9.2.5 2000/07/31 18:18:24 he Exp $");
+__RCSID("$NetBSD: main.c,v 1.9.2.6 2000/10/12 21:25:59 he Exp $");
 #endif
 #endif
 
@@ -166,11 +166,11 @@
                                                snprintf(tmp2, sizeof(tmp2), "%s/%s", dirname_of(tmp), s);
                                                
                                        if (Verbose)
-                                                       printf("Using %s for %s\n", tmp2, *argv);
+                                               printf("Using %s for %s\n", tmp2, *argv);
 
-                                               if (!(cp = realpath(tmp2, pkgname))) {
+                                       if (!(cp = realpath(tmp2, pkgname))) {
                                                lpp = NULL;
-                                                       warn("realpath failed for '%s'", tmp2);
+                                               warn("realpath failed for '%s'", tmp2);
                                        } else
                                                lpp = alloc_lpkg(cp);
                                } else {



Home | Main Index | Thread Index | Old Index