aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-19 20:46:13 +0000
committerBill Nottingham <notting@redhat.com>2003-01-19 20:46:13 +0000
commitff780b804125b30eca290043fe8f150e10f42a03 (patch)
treea77679e98d7f4e2e46aeba041455347c93f335cc
parent32487daeb0879e740c8dc0632ffe221d22a10429 (diff)
downloadinitscripts-ff780b804125b30eca290043fe8f150e10f42a03.tar
initscripts-ff780b804125b30eca290043fe8f150e10f42a03.tar.gz
initscripts-ff780b804125b30eca290043fe8f150e10f42a03.tar.bz2
initscripts-ff780b804125b30eca290043fe8f150e10f42a03.tar.xz
initscripts-ff780b804125b30eca290043fe8f150e10f42a03.zip
oops, that's not very legal
-rwxr-xr-xrc.d/rc.sysinit3
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