X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/beb54af10082dc588132b2c0d32e050028b72c78..78ed81a334dab56aa7a876792a473d67d4359c25:/etc/rc diff --git a/etc/rc b/etc/rc index de25fd7230..85715719de 100644 --- a/etc/rc +++ b/etc/rc @@ -6,8 +6,6 @@ # and the console is the controlling terminal. stty status '^T' -# yellow characters with blue background -echo -n "" # 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 -if [ -r /fastboot ] +if [ -e /fastboot ] then echo Fast boot ... skipping disk checks elif [ $1x = autobootx ] @@ -169,6 +167,4 @@ sh /etc/rc.local date -# reset to normal (no colors) -echo -n "" exit 0