Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.sbin/pkg_install/add Pull up revision 1.70 (request...



details:   https://anonhg.NetBSD.org/src/rev/eaeb39e033c7
branches:  netbsd-1-6
changeset: 528588:eaeb39e033c7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jul 23 11:15:16 2002 +0000

description:
Pull up revision 1.70 (requested by lukem):
sweep of errx/warnx, remove unnecessary trailing \n

diffstat:

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

diffs (26 lines):

diff -r a5bfb293a58d -r eaeb39e033c7 usr.sbin/pkg_install/add/perform.c
--- a/usr.sbin/pkg_install/add/perform.c        Tue Jul 23 11:06:20 2002 +0000
+++ b/usr.sbin/pkg_install/add/perform.c        Tue Jul 23 11:15:16 2002 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: perform.c,v 1.63.2.4 2002/07/21 04:41:22 lukem Exp $   */
+/*     $NetBSD: perform.c,v 1.63.2.5 2002/07/23 11:15:16 lukem Exp $   */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static const char *rcsid = "from FreeBSD Id: perform.c,v 1.44 1997/10/13 15:03:46 jkh Exp";
 #else
-__RCSID("$NetBSD: perform.c,v 1.63.2.4 2002/07/21 04:41:22 lukem Exp $");
+__RCSID("$NetBSD: perform.c,v 1.63.2.5 2002/07/23 11:15:16 lukem Exp $");
 #endif
 #endif
 
@@ -352,7 +352,7 @@
                /* if (!vsystem("/usr/sbin/pkg_info -qe '%s'", p->name)) { */
                if (findmatchingname(dbdir, p->name, note_whats_installed, installed) > 0) {
                        warnx("Conflicting package `%s'installed, please use\n"
-                             "\t\"pkg_delete %s\" first to remove it!\n", installed, installed);
+                             "\t\"pkg_delete %s\" first to remove it!", installed, installed);
                        ++errc;
                }
        }



Home | Main Index | Thread Index | Old Index