]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
fixed colors
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Jun 1999 17:29:07 +0000 (17:29 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Jun 1999 17:29:07 +0000 (17:29 +0000)
svn-id: @372

rc.d/rc.sysinit

index 0399f5bb48536dd39d25faefd9b0a65b1c86178a..8fa2fe4ac406b2298e733f63a889e0f3ac15ea2b 100755 (executable)
@@ -38,7 +38,7 @@ swapon -a
 
 # Set the hostname.
 hostname ${HOSTNAME}
-echo "Setting hostname: `tput bold``hostname``tput sgr0`"
+echo "Setting hostname: `hostname`"
 
 # Set the NIS domain name
 if [ -n "$NISDOMAIN" ]; then
This page took 0.039025 seconds and 4 git commands to generate.