]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- typo
authoralchemyx <alchemyx@pld-linux.org>
Sun, 1 Dec 2002 23:59:41 +0000 (23:59 +0000)
committeralchemyx <alchemyx@pld-linux.org>
Sun, 1 Dec 2002 23:59:41 +0000 (23:59 +0000)
svn-id: @1050

rc.d/rc.sysinit

index d79a945a1cf7ea17a2725acc571d9d1161eee54a..af06f7e63fa6225092e06a7d7cce2cea2cd29d96 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # /etc/rc.d/rc.sysinit - run once at boot time
-# $Id: rc.sysinit,v 1.111 2002/12/01 21:31:01 alchemyx Exp $
+# $Id: rc.sysinit,v 1.112 2002/12/01 23:59:41 alchemyx Exp $
 #
 # Taken in part from Miquel van Smoorenburg's bcheckrc.
 # Changes:     Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
@@ -186,7 +186,7 @@ if [ -z "$fastboot" -a "$_ROOTFS_TYPE" != "nfs" -a "$_ROOTFS_TYPE" != "romfs" ];
        rc=$?
 
        # A return of 4 or higher means there were serious problems.
-       if [ $rc -gt 4 ]; then
+       if [ $rc -gt 3 ]; then
                # don't use '\n' in nls macro !
                echo
                echo
This page took 0.040245 seconds and 4 git commands to generate.