summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-07-19 18:55:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-07-19 18:55:38 +0000
commit57c3311a380d29d814842c84848c6cf02f966a76 (patch)
treec5b5b365b442d91cd87b021fd94298af299a3b6f /etc/rc
parent0e1a09ce4b21b5ba58d2341d09907b188b6a7c50 (diff)
downloadFreeBSD-src-57c3311a380d29d814842c84848c6cf02f966a76.zip
FreeBSD-src-57c3311a380d29d814842c84848c6cf02f966a76.tar.gz
Removed the foreground/background escape sequences that cause headaches
if you are using a com console or a non pc3 console.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index de25fd7..690cdd6 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.
@@ -169,6 +167,4 @@ sh /etc/rc.local
date
-# reset to normal (no colors)
-echo -n ""
exit 0
OpenPOWER on IntegriCloud