diff options
author | Bill Nottingham <notting@redhat.com> | 2002-06-28 03:25:29 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-06-28 03:25:29 +0000 |
commit | a497b4549ece61690a4d931aa8fe2f5351a275d8 (patch) | |
tree | 2059d225fb1c1831940ee9141b2dc91c080bf886 /rc.d/rc.sysinit | |
parent | eda06405272b1d39a5b87b894569055d2b9c8b52 (diff) | |
download | initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.tar initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.tar.gz initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.tar.bz2 initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.tar.xz initscripts-a497b4549ece61690a4d931aa8fe2f5351a275d8.zip |
no bold
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
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` |