This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / etc / rc
diff --git a/etc/rc b/etc/rc
index de25fd7..8571571 100644 (file)
--- a/etc/rc
+++ b/etc/rc
@@ -6,8 +6,6 @@
 # and the console is the controlling terminal.
 
 stty status '^T'
 # and the console is the controlling terminal.
 
 stty status '^T'
-# yellow characters with blue background
-echo -n "\e[3;30x"
 
 # Set shell to ignore SIGINT (2), but not children;
 # shell catches SIGQUIT (3) and returns to single user after fsck.
 
 # Set shell to ignore SIGINT (2), but not children;
 # shell catches SIGQUIT (3) and returns to single user after fsck.
@@ -18,7 +16,7 @@ HOME=/; export HOME
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 export PATH
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 export PATH
 
-if [ -r /fastboot ]
+if [ -e /fastboot ]
 then
        echo Fast boot ... skipping disk checks
 elif [ $1x = autobootx ]
 then
        echo Fast boot ... skipping disk checks
 elif [ $1x = autobootx ]
@@ -169,6 +167,4 @@ sh /etc/rc.local
 
 date
 
 
 date
 
-# reset to normal (no colors)
-echo -n "\e[0x"
 exit 0
 exit 0