From: Thibault Godouet Date: Tue, 10 Jul 2001 14:50:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad95b7d3657d1578610b7b8d0ba5f6ede1dfdbf4;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/script/user-group b/script/user-group index 30917e0..9d0cf1b 100755 --- a/script/user-group +++ b/script/user-group @@ -4,7 +4,7 @@ # them if necessary. # -# $Id: user-group,v 1.10 2001-07-10 10:54:23 thib Exp $ +# $Id: user-group,v 1.11 2001-07-10 14:50:18 thib Exp $ # take 4 arguments : username # groupname @@ -58,7 +58,7 @@ else do echo "Would you like to add $GROUPNAME in /etc/passwd with the following command ?" echo " $CMD" - echo "If you use NYS, ldap, or similar, you should add the group manually (say no here)" + echo "If you use NYS, ldap, etc, you should add the group manually (say no here)" echo -n "Please answer with 'y' or 'n' (default: 'y'): " read INSTALL NOTHING done