From ff780b804125b30eca290043fe8f150e10f42a03 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sun, 19 Jan 2003 20:46:13 +0000 Subject: oops, that's not very legal --- rc.d/rc.sysinit | 3 --- 1 file changed, 3 deletions(-) (limited to 'rc.d') 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 -- cgit v1.2.1