diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-06 04:55:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-06 04:55:41 +0000 |
commit | ccc6bc94f3771d516ae8c4574a0fe5bb5029e8fa (patch) | |
tree | d09c857843795c266c505588e97d9555ba0038bd /lang.sh | |
parent | addf22ce5bebd7a187245995c5a6c691913e8c27 (diff) | |
download | initscripts-ccc6bc94f3771d516ae8c4574a0fe5bb5029e8fa.tar initscripts-ccc6bc94f3771d516ae8c4574a0fe5bb5029e8fa.tar.gz initscripts-ccc6bc94f3771d516ae8c4574a0fe5bb5029e8fa.tar.bz2 initscripts-ccc6bc94f3771d516ae8c4574a0fe5bb5029e8fa.tar.xz initscripts-ccc6bc94f3771d516ae8c4574a0fe5bb5029e8fa.zip |
take out loadunimap, since setsysfont should take care of this
Diffstat (limited to 'lang.sh')
-rwxr-xr-x | lang.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -18,11 +18,6 @@ if [ -f /etc/sysconfig/i18n ]; then export TERM=$SYSTERM fi - # Set console font map, but should be loaded by font. - if [ -n "$UNIMAP" ]; then - loadunimap $UNIMAP - fi - if [ -n "$SYSFONTACM" ]; then case $SYSFONTACM in iso01*|iso02*|iso15*|koi*) |