pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/user_interix/files Consistency nit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21fdb4e4a574
branches:  trunk
changeset: 474262:21fdb4e4a574
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Apr 27 01:50:04 2004 +0000

description:
Consistency nit.

diffstat:

 sysutils/user_interix/files/groupadd.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6955f44f8a3f -r 21fdb4e4a574 sysutils/user_interix/files/groupadd.sh
--- a/sysutils/user_interix/files/groupadd.sh   Tue Apr 27 01:49:15 2004 +0000
+++ b/sysutils/user_interix/files/groupadd.sh   Tue Apr 27 01:50:04 2004 +0000
@@ -1,5 +1,5 @@
 #!/bin/ksh
-# $NetBSD: groupadd.sh,v 1.1.1.1 2004/04/27 01:45:22 tv Exp $
+# $NetBSD: groupadd.sh,v 1.2 2004/04/27 01:50:04 tv Exp $
 
 export PATH=/bin:/usr/contrib/win32/bin
 
@@ -17,7 +17,7 @@
 while getopts 'g:ov' f; do
        case $f in
        g)      echo "$0: numeric gid cannot be set manually; ignoring" >&2;;
-       o)      echo "$0: cannot reuse numeric gid of another group; aborting" >&2; exit 2;;
+       o)      echo "$0: cannot reuse numeric gid of another group; aborting" >&2; exit 1;;
        v)      verbose=true;;
        \?)     show_usage;;
        esac



Home | Main Index | Thread Index | Old Index