]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- started instead busy on staring initialize raid dev.
authorkloczek <kloczek@pld-linux.org>
Wed, 27 Oct 1999 03:11:32 +0000 (03:11 +0000)
committerkloczek <kloczek@pld-linux.org>
Wed, 27 Oct 1999 03:11:32 +0000 (03:11 +0000)
svn-id: @586

rc.d/rc.sysinit

index dc2805a4435bdf8c8faccb6062428e3be3cc6ce2..5769650cd06b38de41d0cbf9e5c8abfaff08aae0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # /etc/rc.d/rc.sysinit - run once at boot time
-# $Id: rc.sysinit,v 1.34 1999/10/27 02:20:40 kloczek Exp $
+# $Id: rc.sysinit,v 1.35 1999/10/27 03:11:32 kloczek Exp $
 #
 # Taken in part from Miquel van Smoorenburg's bcheckrc.
 # Changes:      Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
@@ -201,7 +201,7 @@ fi
 
 # Add raid devices
 if [ -f /proc/mdstat -a -f /etc/raidtab ]; then
-       show "Starting up RAID devices."; busy
+       show "Starting up RAID devices."; started
 
        rc=0
        
This page took 0.031515 seconds and 4 git commands to generate.