From 06aaa6b7a378ae8679b245fc5b964b150cd05467 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Tue, 14 Dec 1999 17:24:33 +0000 Subject: *** empty log message *** --- init-sh/level2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init-sh/level2.sh') diff --git a/init-sh/level2.sh b/init-sh/level2.sh index e8ab1bd..7f68980 100755 --- a/init-sh/level2.sh +++ b/init-sh/level2.sh @@ -72,10 +72,9 @@ AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc # Group if [[ ! -z ${DRAKX_USERS} ]]; then - echo -n "Adding \"${DRAKX_USERS}\" to audio & mail group :" + echo -n "Adding \"${DRAKX_USERS}\" to audio group :" for user in ${DRAKX_USERS}; do usermod -G audio "${user}" - usermod -G mail "${user}" done echo "done." fi -- cgit v1.2.1