From 71471207bdc587f38929ce5097b971b497a43b29 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 19 Apr 1999 19:34:22 +0000 Subject: *** empty log message *** --- ChangeLog | 2 ++ initscripts.spec | 2 +- lang.sh | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6f73038b..ab5d9a9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-04-19 Bill Nottingham + * lang.sh: inputrc is always on + * initscripts.spec, inputrc: commit inputrc changes 1999-04-18 Matt Wilson 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 -- cgit v1.2.1