aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level4.sh')
-rwxr-xr-xinit-sh/level4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index e07c4c7..9e8fa1e 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -94,7 +94,7 @@ echo " } : "
for service in `chkconfig --list | awk '{print $1}'`; do
chkconfig --del "${service}"
if ! chkconfig --msec --add "${service}"; then
- echo -e "\t- Services ${service} is now disabled."
+ echo -e "\t- Services ${service} scheduled to be disabled at next boot."
fi
done
echo -e "done.\n";