aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-03-23 15:51:43 +0000
committerBill Nottingham <notting@redhat.com>1999-03-23 15:51:43 +0000
commitd7c47ea2832999a60d7d6792e20f115b76c45f3e (patch)
tree001542f981e63334b827e9c09984398732f57bcb
parentbc2bc040691ccd95f1c120e9a2a7cbcf69bcb9fe (diff)
downloadinitscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.tar
initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.tar.gz
initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.tar.bz2
initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.tar.xz
initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.zip
fix for koi8-r
-rwxr-xr-xlang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang.sh b/lang.sh
index f31c34e2..323bdcb1 100755
--- a/lang.sh
+++ b/lang.sh
@@ -26,7 +26,7 @@ if [ -f /etc/sysconfig/i18n ]; then
if [ -n "$SYSFONTACM" ]; then
case $SYSFONTACN in
- iso01*|iso02*|iso15*)
+ iso01*|iso02*|iso15*|koi*)
LESSCHARSET=latin1
INPUTRC=/etc/inputrc
export LESSCHARSET INPUTRC