diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-29 13:33:03 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-29 13:33:03 +0000 |
commit | d7dec1ae29b703f76f37c92002350e4eaa071de9 (patch) | |
tree | f87e10fc2302f386975cd617db3f9af33f4299f0 /init-sh/level5.sh | |
parent | 8cfb28249d9e7640d81d3051a07b19fbf297d68a (diff) | |
download | msec-d7dec1ae29b703f76f37c92002350e4eaa071de9.tar msec-d7dec1ae29b703f76f37c92002350e4eaa071de9.tar.gz msec-d7dec1ae29b703f76f37c92002350e4eaa071de9.tar.bz2 msec-d7dec1ae29b703f76f37c92002350e4eaa071de9.tar.xz msec-d7dec1ae29b703f76f37c92002350e4eaa071de9.zip |
sysconfig/msec support
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-x | init-sh/level5.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index 7ea4873..939bd2d 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -90,10 +90,9 @@ fi LoaderUpdate; # Disable all server : +export SECURE_LEVEL=4 echo "Setting secure level variable to 5 :" -AddRules "export SECURE_LEVEL=5" /etc/profile.d/msec.sh -AddRules "setenv SECURE_LEVEL 5" /etc/profile.d/msec.csh - +AddRules "SECURE_LEVEL=5" /etc/sysconfig/msec IFS=" " |