From 262af2251dd4675e3664435068d4a96b21ab7d74 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 26 Mar 2004 20:01:07 +0000 Subject: added -h arg to poweroff to park the hard drives --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 630f09b..655dc14 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -82,7 +82,7 @@ stat_done if [ "$RUNLEVEL" = "0" ]; then printsep printhl "${C_H2}POWER OFF" - /sbin/poweroff -d -f -i + /sbin/poweroff -d -f -h -i else printsep printhl "${C_H2}REBOOTING.." -- cgit v1.2.3