Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/pkg_install/add Pullup 1.16 [hubertf]:



details:   https://anonhg.NetBSD.org/src/rev/d7fe1fd177b2
branches:  netbsd-1-5
changeset: 489886:d7fe1fd177b2
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 03:19:10 2000 +0000

description:
Pullup 1.16 [hubertf]:
fix indentation

diffstat:

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

diffs (32 lines):

diff -r 890b520f9ab1 -r d7fe1fd177b2 usr.sbin/pkg_install/add/main.c
--- a/usr.sbin/pkg_install/add/main.c   Wed Oct 18 03:17:26 2000 +0000
+++ b/usr.sbin/pkg_install/add/main.c   Wed Oct 18 03:19:10 2000 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: main.c,v 1.15 2000/06/16 23:48:23 sjg Exp $    */
+/*     $NetBSD: main.c,v 1.15.2.1 2000/10/18 03:19:10 tv 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.15 2000/06/16 23:48:23 sjg Exp $");
+__RCSID("$NetBSD: main.c,v 1.15.2.1 2000/10/18 03:19:10 tv 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