summaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-04-19 19:33:37 +0000
committerBill Nottingham <notting@redhat.com>1999-04-19 19:33:37 +0000
commit5c2abfccdd8d45ecd9a1f1db324b49a24429969b (patch)
treecee105c9b5375bcdcf8792b3e07438990ffadf0d /lang.sh
parent9877937ed83161e94b752ad53150da10e328fb00 (diff)
downloadinitscripts-5c2abfccdd8d45ecd9a1f1db324b49a24429969b.tar.gz
initscripts-5c2abfccdd8d45ecd9a1f1db324b49a24429969b.tar.xz
initscripts-5c2abfccdd8d45ecd9a1f1db324b49a24429969b.zip
inputrc is always onr4-15
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang.sh b/lang.sh
index ac197d56..1d5d7cbb 100755
--- a/lang.sh
+++ b/lang.sh
@@ -22,7 +22,6 @@ if [ -f /etc/sysconfig/i18n ]; then
case $SYSFONTACM in
iso01*|iso02*|iso15*|koi*)
LESSCHARSET=latin1
- INPUTRC=/etc/inputrc
export LESSCHARSET INPUTRC
if [ "$TERM" = "linux" ]; then
if ls -l /proc/$$/fd/0 2>/dev/null | grep -- '-> /dev/tty[0-9]*$' >/dev/null 2>&1; then
@@ -33,13 +32,6 @@ if [ -f /etc/sysconfig/i18n ]; then
esac
fi
- if [ -n "$INPUTRC" ]; then
- export INPUTRC
- elif [ "$TERM" = "linux-lat" ]; then
- INPUTRC=/etc/inputrc
- export INPUTRC
- fi
-
if [ -n "$LESSCHARSET" ]; then
export LESSCHARSET
elif [ "$TERM" = "linux-lat" ]; then