Source-Changes-HG archive

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

[src/pkgviews]: src/usr.sbin/pkg_install/view The name of the program is "pkg...



details:   https://anonhg.NetBSD.org/src/rev/d0c449469867
branches:  pkgviews
changeset: 534269:d0c449469867
user:      jlam <jlam%NetBSD.org@localhost>
date:      Mon Aug 25 21:21:19 2003 +0000

description:
The name of the program is "pkg_view", not "pkgview".

diffstat:

 usr.sbin/pkg_install/view/pkg_view.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4f333408ccea -r d0c449469867 usr.sbin/pkg_install/view/pkg_view.sh
--- a/usr.sbin/pkg_install/view/pkg_view.sh     Mon Aug 25 20:58:04 2003 +0000
+++ b/usr.sbin/pkg_install/view/pkg_view.sh     Mon Aug 25 21:21:19 2003 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: pkg_view.sh,v 1.1.2.28 2003/08/25 20:58:04 jlam Exp $
+# $NetBSD: pkg_view.sh,v 1.1.2.29 2003/08/25 21:21:19 jlam Exp $
 
 #
 # Copyright (c) 2001 Alistair G. Crooks.  All rights reserved.
@@ -65,7 +65,7 @@
        if [ -d "$2/$1" ]; then
                :
        else
-               echo "pkgview: \`$1' doesn't exist in \`$2'" 1>&2
+               echo "pkg_view: \`$1' doesn't exist in \`$2'" 1>&2
                exit 1
        fi
 }



Home | Main Index | Thread Index | Old Index