pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/add sync with src/ rev. 1.101:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41f42d5379be
branches:  trunk
changeset: 474996:41f42d5379be
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat May 08 16:54:28 2004 +0000

description:
sync with src/ rev. 1.101:

fix typo.

diffstat:

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

diffs (27 lines):

diff -r caa6b54147aa -r 41f42d5379be pkgtools/pkg_install/files/add/perform.c
--- a/pkgtools/pkg_install/files/add/perform.c  Sat May 08 16:36:55 2004 +0000
+++ b/pkgtools/pkg_install/files/add/perform.c  Sat May 08 16:54:28 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: perform.c,v 1.22 2004/04/28 15:38:17 tv Exp $  */
+/*     $NetBSD: perform.c,v 1.23 2004/05/08 16:54:28 grant Exp $       */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -11,7 +11,7 @@
 #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.22 2004/04/28 15:38:17 tv Exp $");
+__RCSID("$NetBSD: perform.c,v 1.23 2004/05/08 16:54:28 grant Exp $");
 #endif
 #endif
 
@@ -341,7 +341,7 @@
                warnx("dependency recommendations ignored.  It may have been");
                warnx("built against a set of installed packages that is");
                warnx("different from the recommended set of pre-requisites.");
-               warnx("As a cconsequence, this package may not work on this");
+               warnx("As a consequence, this package may not work on this");
                warnx("or other systems with a different set of packages.");
                if (!Force && !getenv("PKG_IGNORE_RECOMMENDED")) {
                            warnx("aborting.");



Home | Main Index | Thread Index | Old Index