aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--initscripts.spec2
-rwxr-xr-xlang.sh4
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f73038b..ab5d9a9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1999-04-19 Bill Nottingham <notting@redhat.com>
+ * lang.sh: inputrc is always on
+
* initscripts.spec, inputrc: commit inputrc changes
1999-04-18 Matt Wilson <msw@redhat.com>
diff --git a/initscripts.spec b/initscripts.spec
index 4e7a3c5f..31e50fac 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-%define version 4.15
+%define version 4.16
Version: %{version}
Copyright: GPL
Group: System Environment/Base
diff --git a/lang.sh b/lang.sh
index 1d5d7cbb..e85fe9c8 100755
--- a/lang.sh
+++ b/lang.sh
@@ -32,6 +32,10 @@ if [ -f /etc/sysconfig/i18n ]; then
esac
fi
+ if [ -n "$INPUTRC" ]; then
+ export INPUTRC
+ fi
+
if [ -n "$LESSCHARSET" ]; then
export LESSCHARSET
elif [ "$TERM" = "linux-lat" ]; then