pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkginstall Fix grammar in messages. From David A. H...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcc5583d706f
branches:  trunk
changeset: 515953:fcc5583d706f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 11 13:28:32 2006 +0000

description:
Fix grammar in messages. From David A. Holland in PR 33975.

diffstat:

 mk/pkginstall/shell |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4ed04b69ae74 -r fcc5583d706f mk/pkginstall/shell
--- a/mk/pkginstall/shell       Tue Jul 11 13:01:31 2006 +0000
+++ b/mk/pkginstall/shell       Tue Jul 11 13:28:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shell,v 1.1 2006/05/21 23:50:15 jlam Exp $
+# $NetBSD: shell,v 1.2 2006/07/11 13:28:32 wiz Exp $
 #
 # Generate a +SHELL script that handles shell registration for the package.
 #
@@ -85,7 +85,7 @@
                        yes)    ;;
                        *)      printed_header=yes
                                ${ECHO} "==========================================================================="
-                               ${ECHO} "Adding shells from ${PKGNAME} to $shelldb:"
+                               ${ECHO} "Adding ${PKGNAME} shells to $shelldb:"
                                ${ECHO} ""
                                ;;
                        esac
@@ -126,7 +126,7 @@
                        yes)    ;;
                        *)      printed_header=yes
                                ${ECHO} "==========================================================================="
-                               ${ECHO} "Removing shells from ${PKGNAME} to $shelldb:"
+                               ${ECHO} "Removing ${PKGNAME} shells from $shelldb:"
                                ${ECHO} ""
                                ;;
                        esac



Home | Main Index | Thread Index | Old Index