diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | initscripts.spec | 2 | ||||
-rwxr-xr-x | lang.sh | 4 |
3 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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 |