From 0baa5c4c836ca2e07978ed62c2e0bbadabeba102 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 28 Feb 2001 22:18:49 +0000 Subject: change message to be less misleading (#30087) --- rc.d/init.d/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1