diff options
Diffstat (limited to 'rc.d/init.d/halt')
-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) |