Removed the foreground/background escape sequences that cause headaches

if you are using a com console or a non pc3 console.
This commit is contained in:
Rodney W. Grimes 1993-07-19 18:55:38 +00:00
parent 6e1a887cf4
commit d6b77d5024
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148

4
etc/rc
View File

@ -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.
@ -169,6 +167,4 @@ sh /etc/rc.local
date
# reset to normal (no colors)
echo -n ""
exit 0