diff options
author | Bill Nottingham <notting@redhat.com> | 2001-02-28 22:18:49 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-02-28 22:18:49 +0000 |
commit | 0baa5c4c836ca2e07978ed62c2e0bbadabeba102 (patch) | |
tree | 1529b7e63256b849e22311bee01c32071bd5af81 /rc.d/init.d | |
parent | 1ffe59a8ab83d5e1f87efa8f71a4e6d44aa62fca (diff) | |
download | initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.tar initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.tar.gz initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.tar.bz2 initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.tar.xz initscripts-0baa5c4c836ca2e07978ed62c2e0bbadabeba102.zip |
change message to be less misleading (#30087)
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/halt | 2 |
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) |