diff options
-rw-r--r-- | initscripts.spec | 7 | ||||
-rw-r--r-- | inputrc | 11 |
2 files changed, 16 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec index a2a7e771..4e7a3c5f 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,10 +1,10 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.13 +%define version 4.15 Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 2 +Release: 1 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, modutils >= 2.1.85-3, e2fsprogs, sysklogd >= 1.3.31, console-tools, procps @@ -185,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT * Sun Apr 18 1999 Matt Wilson <msw@redhat.com> - fixed typo - "Determing" to "Determining" +* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com> +- updated inputrc so that home/end/del work on console, not just X + * Thu Apr 08 1999 Bill Nottingham <notting@redhat.com> - fix more logic in initlog - fix for kernel versions in ifup-aliases @@ -1,3 +1,14 @@ +set meta-flag on set input-meta on set convert-meta off set output-meta on +"\e0d": backward-word +"\e0c": forward-word +"\e[h": beginning-of-line +"\e[f": end-of-line +"\e[1~": beginning-of-line +"\e[4~": end-of-line +"\e[5~": beginning-of-history +"\e[6~": end-of-history +"\e[3~": delete-char +"\e[2~": quoted-insert |