diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-08 11:15:12 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-08 11:15:12 +0000 |
commit | 61d382840a43f250b6f1acc52590deafcb02b78c (patch) | |
tree | 48ae2be877ea6da9f9a6a34be42c90acd262c4fd /init-sh/levelsnf.sh | |
parent | 24a2c2f66463ab9a2f85a5038a762aa9a032a12d (diff) | |
download | msec-61d382840a43f250b6f1acc52590deafcb02b78c.tar msec-61d382840a43f250b6f1acc52590deafcb02b78c.tar.gz msec-61d382840a43f250b6f1acc52590deafcb02b78c.tar.bz2 msec-61d382840a43f250b6f1acc52590deafcb02b78c.tar.xz msec-61d382840a43f250b6f1acc52590deafcb02b78c.zip |
*** empty log message ***
Diffstat (limited to 'init-sh/levelsnf.sh')
-rwxr-xr-x | init-sh/levelsnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/levelsnf.sh b/init-sh/levelsnf.sh index e86aba8..1a4ee0e 100755 --- a/init-sh/levelsnf.sh +++ b/init-sh/levelsnf.sh @@ -91,7 +91,7 @@ IFS=" " echo -n "Disabling all service, except : {" for service in `chkconfig --list | awk '{print $1}'`; do - if grep -qx ${service} /etc/security/msec/server.4; then + if grep -qx ${service} /etc/security/msec/server.snf; then echo -n " ${service}" fi done |