diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-20 18:28:58 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-20 18:28:58 +0000 |
commit | 2fbbdd02fb49ce0e92ecb8bd658ed301ebe185aa (patch) | |
tree | 25ee59f268a465096816cee603d5ac56ae4e6a0e /init-sh | |
parent | d89237613742418c4671428fbe58a35c38be0ed4 (diff) | |
download | msec-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-x | init-sh/level5.sh | 4 |
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 |