From 89ed24762f3145eaa17af6d9270728825502c90e Mon Sep 17 00:00:00 2001 From: "Kurt J. Bosch" Date: Sat, 20 Mar 2010 13:16:19 +0100 Subject: Remove obsolete consolemap activation escape sequences --- functions | 5 ----- 1 file changed, 5 deletions(-) diff --git a/functions b/functions index b7b9511..efed083 100644 --- a/functions +++ b/functions @@ -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 -- cgit v1.2.3