pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install Fix typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b3d95d131b0
branches:  trunk
changeset: 492342:0b3d95d131b0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Apr 10 11:01:29 2005 +0000

description:
Fix typo.

diffstat:

 mk/install/files |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 476337e64e38 -r 0b3d95d131b0 mk/install/files
--- a/mk/install/files  Sun Apr 10 07:46:50 2005 +0000
+++ b/mk/install/files  Sun Apr 10 11:01:29 2005 +0000
@@ -1,6 +1,6 @@
 #!@SH@
 #
-# $NetBSD: files,v 1.3 2005/02/14 16:31:41 tv Exp $
+# $NetBSD: files,v 1.4 2005/04/10 11:01:29 jmmv Exp $
 #
 # +FILES - reference-counted configuration file management script
 #
@@ -250,7 +250,7 @@
                yes)    ;;
                *)      printed_header=yes
                        ${ECHO} "==========================================================================="
-                       ${ECHO} "The following file are no longer being used by ${PKGNAME},"
+                       ${ECHO} "The following files are no longer being used by ${PKGNAME},"
                        ${ECHO} "and they can be removed if no other packages are using them:"
                        ${ECHO} ""
                        ;;



Home | Main Index | Thread Index | Old Index