diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 3f00ebdc..a38f5dcb 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -257,7 +257,6 @@ if [ -z "$fastboot" -a "X$ROOTFSTYPE" != "Xnfs" ]; then # A return of 2 or higher means there were serious problems. if [ $rc -gt 1 ]; then - local str if [ "$BOOTUP" = "graphical" ]; then chvt 1 fi @@ -471,7 +470,6 @@ if [ -f /etc/raidtab -a -f /proc/mdstat ]; then # A non-zero return means there were problems. if [ $rc -gt 0 ]; then - local str= echo echo echo $"*** An error occurred during the RAID startup" @@ -515,7 +513,6 @@ if [ -z "$fastboot" ]; then # A return of 2 or higher means there were serious problems. if [ $rc -gt 1 ]; then - local str= if [ "$BOOTUP" = "graphical" ]; then chvt 1 fi |