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.75 (request...



details:   https://anonhg.NetBSD.org/src/rev/926411f2806f
branches:  netbsd-1-6
changeset: 529536:926411f2806f
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 24 22:36:37 2002 +0000

description:
Pull up revision 1.75 (requested by jschauma in ticket #1011):
s/anyways/anyway/

diffstat:

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

diffs (26 lines):

diff -r ed4c48689580 -r 926411f2806f usr.sbin/pkg_install/add/perform.c
--- a/usr.sbin/pkg_install/add/perform.c        Sun Nov 24 22:36:21 2002 +0000
+++ b/usr.sbin/pkg_install/add/perform.c        Sun Nov 24 22:36:37 2002 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: perform.c,v 1.63.2.9 2002/11/24 22:34:38 tron Exp $    */
+/*     $NetBSD: perform.c,v 1.63.2.10 2002/11/24 22:36:37 tron 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.9 2002/11/24 22:34:38 tron Exp $");
+__RCSID("$NetBSD: perform.c,v 1.63.2.10 2002/11/24 22:36:37 tron Exp $");
 #endif
 #endif
 
@@ -422,7 +422,7 @@
                                        }
 
                                        if (Force) {
-                                               warnx("Proceeding anyways.");
+                                               warnx("Proceeding anyway.");
                                        } else {        
                                                warnx("Please resolve this conflict!");
                                                errc = 1;



Home | Main Index | Thread Index | Old Index