diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-29 14:15:32 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-29 14:15:32 +0000 |
commit | d18281bee41ab29343394efd8477c94fa6475817 (patch) | |
tree | 34966e721db95ee7ecc94fbfb51c1fe5fbe655db /init-sh | |
parent | 7fae8ceb53b21d538da19f9f0e0405c55b36cb5c (diff) | |
download | msec-d18281bee41ab29343394efd8477c94fa6475817.tar msec-d18281bee41ab29343394efd8477c94fa6475817.tar.gz msec-d18281bee41ab29343394efd8477c94fa6475817.tar.bz2 msec-d18281bee41ab29343394efd8477c94fa6475817.tar.xz msec-d18281bee41ab29343394efd8477c94fa6475817.zip |
remove the profile.d comment
Diffstat (limited to 'init-sh')
-rwxr-xr-x | init-sh/custom.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh index 29b44b9..cd41165 100755 --- a/init-sh/custom.sh +++ b/init-sh/custom.sh @@ -231,7 +231,6 @@ echo "yes = you will need to chkconfig (--add ) servername for the server to run echo "no = rpm will do it for you, but you have less control of what is running on your machine." WaitAnswer; clear if [[ ${answer} == yes ]]; then - # /etc/profile.d/msec.{sh,csh} export SECURE_LEVEL=4 echo "Setting secure level variable to 4 :" AddRules "SECURE_LEVEL=4" /etc/sysconfig/msec |