From d6b77d5024ec88142fc9121dd4940e6cfdc56cb2 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 19 Jul 1993 18:55:38 +0000 Subject: [PATCH] Removed the foreground/background escape sequences that cause headaches if you are using a com console or a non pc3 console. --- etc/rc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/rc b/etc/rc index de25fd72300b..690cdd6d22d6 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