aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-02-06 20:42:52 +0000
committerBill Nottingham <notting@redhat.com>2001-02-06 20:42:52 +0000
commit7210e808c8540f7e2aa63c2932863b4f40bb2c48 (patch)
tree2927dc3266091a7442e058de058a441be32611e4 /lang.csh
parent0a2804dfa48a3ed09d48a917a540a591be8ee110 (diff)
downloadinitscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.tar
initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.tar.gz
initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.tar.bz2
initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.tar.xz
initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.zip
don't muck with the font in lang.(sh|csh) (#26349)
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang.csh b/lang.csh
index eec5b267..498fd12a 100755
--- a/lang.csh
+++ b/lang.csh
@@ -20,23 +20,4 @@ if ($sourced == 1) then
endif
endif
- if ($?SYSFONTACM) then
- switch ($SYSFONTACM)
- case iso01*:
- case iso02*:
- case iso15*:
- case koi*:
- case latin2-ucw*:
- if ( $?TERM ) then
- if ( "$TERM" == "linux" ) then
- if ( `/sbin/consoletype` == "vt" ) then
- /bin/echo -n -e '\033(K' > /proc/$$/fd/15
- endif
- endif
- endif
- breaksw
- endsw
- endif
- unsetenv SYSFONTACM
- unsetenv SYSFONT
endif