aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-06-28 03:25:29 +0000
committerBill Nottingham <notting@redhat.com>2002-06-28 03:25:29 +0000
commita497b4549ece61690a4d931aa8fe2f5351a275d8 (patch)
tree2059d225fb1c1831940ee9141b2dc91c080bf886
parenteda06405272b1d39a5b87b894569055d2b9c8b52 (diff)
downloadinitscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.tar
initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.tar.gz
initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.tar.bz2
initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.tar.xz
initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.zip
no bold
-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 04a538e0..7208cafb 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -28,7 +28,7 @@ fi
# Print a banner. ;)
echo -en $"\t\tWelcome to "
if grep -q "Red Hat" /etc/redhat-release ; then
- [ "$BOOTUP" = "color" ] && echo -en $"\\033[1;31m"
+ [ "$BOOTUP" = "color" ] && echo -en $"\\033[0;31m"
echo -en "Red Hat"
[ "$BOOTUP" = "color" ] && echo -en $"\\033[0;39m"
PRODUCT=`sed "s/Red Hat \(.*\) release.*/\1/" /etc/redhat-release`