aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2010-03-20 13:16:19 +0100
committerThomas Bächler <thomas@archlinux.org>2010-03-20 16:52:25 +0100
commit89ed24762f3145eaa17af6d9270728825502c90e (patch)
treef2e4b9ebdb6f48487cbcf1a689dc239d12a347a1
parent0ff97e6d8289d18d231cedae7371a3bd7ecedf97 (diff)
downloadinitscripts-89ed24762f3145eaa17af6d9270728825502c90e.tar.xz
Remove obsolete consolemap activation escape sequences
-rw-r--r--functions5
1 files changed, 0 insertions, 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