aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level2.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-15 08:10:38 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-15 08:10:38 +0000
commit3973900674e900d357bc88e511a86b2d724b9392 (patch)
tree9989cc5ab187ff34b866cc80ee9c09f7d3cb388c /init-sh/level2.sh
parent06aaa6b7a378ae8679b245fc5b964b150cd05467 (diff)
downloadmsec-3973900674e900d357bc88e511a86b2d724b9392.tar
msec-3973900674e900d357bc88e511a86b2d724b9392.tar.gz
msec-3973900674e900d357bc88e511a86b2d724b9392.tar.bz2
msec-3973900674e900d357bc88e511a86b2d724b9392.tar.xz
msec-3973900674e900d357bc88e511a86b2d724b9392.zip
*** empty log message ***
Diffstat (limited to 'init-sh/level2.sh')
-rwxr-xr-xinit-sh/level2.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/init-sh/level2.sh b/init-sh/level2.sh
index 7f68980..39cb7d1 100755
--- a/init-sh/level2.sh
+++ b/init-sh/level2.sh
@@ -70,12 +70,5 @@ echo "Allowing users to connect X server from localhost :"
AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xdm/Xsession quiet
AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc
-# Group
-if [[ ! -z ${DRAKX_USERS} ]]; then
- echo -n "Adding \"${DRAKX_USERS}\" to audio group :"
- for user in ${DRAKX_USERS}; do
- usermod -G audio "${user}"
- done
- echo "done."
-fi
+