aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-02-28 22:18:49 +0000
committerBill Nottingham <notting@redhat.com>2001-02-28 22:18:49 +0000
commit0baa5c4c836ca2e07978ed62c2e0bbadabeba102 (patch)
tree1529b7e63256b849e22311bee01c32071bd5af81
parent1ffe59a8ab83d5e1f87efa8f71a4e6d44aa62fca (diff)
downloadinitscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.tar
initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.tar.gz
initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.tar.bz2
initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.tar.xz
initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.zip
change message to be less misleading (#30087)
-rwxr-xr-xrc.d/init.d/halt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt
index 4893e753..566b8a60 100755
--- a/rc.d/init.d/halt
+++ b/rc.d/init.d/halt
@@ -28,7 +28,7 @@ runcmd() {
# See how we were called.
case "$0" in
*halt)
- message=$"The system is halted"
+ message=$"Halting system..."
command="halt"
;;
*reboot)