diff options
author | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2010-03-20 13:16:19 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-03-20 16:52:25 +0100 |
commit | 89ed24762f3145eaa17af6d9270728825502c90e (patch) | |
tree | f2e4b9ebdb6f48487cbcf1a689dc239d12a347a1 /functions | |
parent | 0ff97e6d8289d18d231cedae7371a3bd7ecedf97 (diff) |
Remove obsolete consolemap activation escape sequences
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -289,11 +289,6 @@ set_consolefont() { if [ $? -ne 0 ]; then stat_fail else - for i in /dev/tty[0-9]*; do - printf "\033(K" > ${i} - done - # the $CONSOLE check helps us avoid this when running scripts from cron - echo 'if [ "$CONSOLE" = "" -a "$TERM" = "linux" -a -t 1 ]; then printf "\033(K"; fi' >>/etc/profile.d/locale.sh stat_done fi fi |