From 93b4db587a0d9d372c04b9347efdacf2b9e78ff3 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Thu, 25 Nov 1999 20:24:53 +0000 Subject: level[45].sh : use the new --msec option when calling chkconfig msec.spec : updated release version number --- init-sh/level5.sh | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'init-sh/level5.sh') diff --git a/init-sh/level5.sh b/init-sh/level5.sh index f2b7a55..f78de51 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -39,24 +39,14 @@ LiloUpdate; /sbin/lilo # Disable all server : +AddRules "SECURE_LEVEL=5" /etc/profile IFS=" " +export SECURE_LEVEL=5 for service in `chkconfig --list | awk '{print $1}'`; do - if [ "${service}" == "xfs" ]; then - if [ ${HAVE_X}==1 ]; then - continue; - fi - fi - - if [ "${service}" == "network" ]; then continue; fi - if [ "${service}" == "keytable" ]; then continue; fi - if [ "${service}" == "crond" ]; then continue; fi - if [ "${service}" == "gpm" ]; then continue; fi - if [ "${service}" == "syslog" ]; then continue; fi - - chkconfig --del "${service}" + chkconfig --msec --add "${service}" done # Permissions -- cgit v1.2.1