aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-05-04 16:42:19 +0000
committerBill Nottingham <notting@redhat.com>2004-05-04 16:42:19 +0000
commitd2e5c7948122794d9a90fc4ee0a0369b80439752 (patch)
treef4b62eaacb40656365e56786dc01692f1b6b4885
parent586c5c33c6434a152571b1d9ebb7181c9e2e37c7 (diff)
downloadinitscripts-d2e5c7948122794d9a90fc4ee0a0369b80439752.tar
initscripts-d2e5c7948122794d9a90fc4ee0a0369b80439752.tar.gz
initscripts-d2e5c7948122794d9a90fc4ee0a0369b80439752.tar.bz2
initscripts-d2e5c7948122794d9a90fc4ee0a0369b80439752.tar.xz
initscripts-d2e5c7948122794d9a90fc4ee0a0369b80439752.zip
fix typor7-51
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index e0087501..b507f77b 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -82,7 +82,7 @@ if LC_ALL=C fgrep -q "Red Hat" /etc/redhat-release ; then
[ "$BOOTUP" = "color" ] && echo -en "\\033[0;39m"
PRODUCT=`sed "s/Red Hat \(.*\) release.*/\1/" /etc/redhat-release`
echo " $PRODUCT"
-else if LC_ALL=C fgrep -q "Fedora" /etc/redhat-release ; then
+elif LC_ALL=C fgrep -q "Fedora" /etc/redhat-release ; then
[ "$BOOTUP" = "color" ] && echo -en "\\033[0;31m"
echo -en "Fedora"
[ "$BOOTUP" = "color" ] && echo -en "\\033[0;39m"