aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-04-19 19:34:22 +0000
committerBill Nottingham <notting@redhat.com>1999-04-19 19:34:22 +0000
commit71471207bdc587f38929ce5097b971b497a43b29 (patch)
tree39f31f2c849fd14265a2e315427ffed751a145be
parent5c2abfccdd8d45ecd9a1f1db324b49a24429969b (diff)
downloadinitscripts-r4-16.tar
initscripts-r4-16.tar.gz
initscripts-r4-16.tar.bz2
initscripts-r4-16.tar.xz
initscripts-r4-16.zip
*** empty log message ***r4-16
-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