]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- replaced halt -d with halt -d -p
authorwaszi <waszi@pld-linux.org>
Tue, 30 May 2000 05:53:45 +0000 (05:53 +0000)
committerwaszi <waszi@pld-linux.org>
Tue, 30 May 2000 05:53:45 +0000 (05:53 +0000)
svn-id: @751

rc.d/rc

diff --git a/rc.d/rc b/rc.d/rc
index e245a056d4ffbbbc91bb7f43e9753a9e2b27921f..7663e57dd02abd429c4ab5a059d86d8a8952894f 100755 (executable)
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -5,7 +5,7 @@
 #               responsible for the very first setup of basic
 #               things, such as setting the hostname.
 #
-# $Id: rc,v 1.22 2000/05/03 11:49:17 waszi Exp $
+# $Id: rc,v 1.23 2000/05/30 05:53:45 waszi Exp $
 #
 # Original Author:       
 #               Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
@@ -161,7 +161,7 @@ if [ "$runlevel" = "0" ] || [ "$runlevel" = "6" ]; then
        if [ "$runlevel" = "0" ] ; then
                show "The system is halted"; ok
                [ -f /fastboot ] && (show "On the next boot fsck will be skipped."; ok)
-               eval halt -d
+               eval halt -d -p
        else
                show "Please stand by while rebooting the system"; ok
                [ -f /fastboot ] && (show "On the next boot fsck will be skipped."; ok)
This page took 0.071422 seconds and 4 git commands to generate.