From 61d382840a43f250b6f1acc52590deafcb02b78c Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Thu, 8 Nov 2001 11:15:12 +0000 Subject: *** empty log message *** --- init-sh/levelsnf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-sh') 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 -- cgit v1.2.1