aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/cleanold.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/cleanold.sh')
-rwxr-xr-xinit-sh/cleanold.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/init-sh/cleanold.sh b/init-sh/cleanold.sh
index 90c2df8..2af1f6c 100755
--- a/init-sh/cleanold.sh
+++ b/init-sh/cleanold.sh
@@ -121,13 +121,13 @@ else
chmod 755 /etc/profile.d/msec.csh
fi
-# default group which must exist on the system
-# groupadd already check for their existance...
+# default groups which must exist on the system
+# groupadd already checks for their existance...
groupadd nogroup >& /dev/null
-groupadd audio >& /dev/null
-groupadd xgrp >& /dev/null
-groupadd ntools >& /dev/null
-groupadd ctools >& /dev/null
+groupadd -g 26 xgrp >& /dev/null
+groupadd -g 33 ntools >& /dev/null
+groupadd -g 34 ctools >& /dev/null
+groupadd -g 81 audio >& /dev/null
usermod -G xgrp xfs