aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-20 18:28:58 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-20 18:28:58 +0000
commit2fbbdd02fb49ce0e92ecb8bd658ed301ebe185aa (patch)
tree25ee59f268a465096816cee603d5ac56ae4e6a0e /init-sh
parentd89237613742418c4671428fbe58a35c38be0ed4 (diff)
downloadmsec-2fbbdd02fb49ce0e92ecb8bd658ed301ebe185aa.tar
msec-2fbbdd02fb49ce0e92ecb8bd658ed301ebe185aa.tar.gz
msec-2fbbdd02fb49ce0e92ecb8bd658ed301ebe185aa.tar.bz2
msec-2fbbdd02fb49ce0e92ecb8bd658ed301ebe185aa.tar.xz
msec-2fbbdd02fb49ce0e92ecb8bd658ed301ebe185aa.zip
*** empty log message ***
Diffstat (limited to 'init-sh')
-rwxr-xr-xinit-sh/level5.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index c1509a1..28e9e86 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -115,7 +115,9 @@ echo "All services are disabled : try the chkconfig to enable one..."
echo "If you're on a senssible machine, ( which is probably the case )"
echo "you should compile the server from the sources".
echo
-echo "Good luck. :-)"
+echo "In order to launch X in this security level,"
+echo "you need to add your user to the \"xgrp\" group..."
+echo "Use : usermod -G xgrp username"
echo