From e77775963e4fa5b8ab9149befe36a066dd4e7e91 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 3 Feb 1999 19:40:36 +0000 Subject: rcs2log > Changelog --- rc.d/init.d/halt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d/init.d/halt') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index d902d105..3d6df5cc 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -15,7 +15,7 @@ PATH=/sbin:/bin:/usr/bin:/usr/sbin case "$0" in *halt) message="The system is halted" - command="halt -p" + command="halt" ;; *reboot) message="Please stand by while rebooting the system..." @@ -61,6 +61,6 @@ if [ -f /fastboot ]; then elif [ -f /forcefsck ]; echo "On the next boot fsck will be forced." fi -eval $command -i -d +eval $command -i -d -p -- cgit v1.2.1