aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-xinit-sh/level5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index fb577bb..c1509a1 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -89,7 +89,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";