From b531c4f9aedba9f913848af4ab43b1f203ab24b6 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Tue, 25 Apr 2000 12:01:23 +0000 Subject: *** empty log message *** --- init-sh/lib.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init-sh') diff --git a/init-sh/lib.sh b/init-sh/lib.sh index d1802f6..271a69a 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -114,6 +114,8 @@ CommentUserRules() { while read line; do if ! echo "${line}" | grep -qE "^#"; then echo "# ${line}" + else + echo "${line}" fi done < ${tmpfile} > ${file} @@ -263,6 +265,10 @@ groupadd xgrp >& /dev/null groupadd ntools >& /dev/null groupadd ctools >& /dev/null +#Fix the big security hole introduced in cooker +userdel mandrake >& /dev/null +groupdel mandrake >& /dev/null + usermod -G xgrp xfs /usr/share/msec/grpuser.sh --clean -- cgit v1.2.1