aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh')
-rwxr-xr-xinit-sh/levelsnf.sh2
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