summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/readline/files')
-rw-r--r--sys-libs/readline/files/bash-3.0-etc-inputrc.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-libs/readline/files/bash-3.0-etc-inputrc.patch b/sys-libs/readline/files/bash-3.0-etc-inputrc.patch
index 4331bd1da609..204e7978d3c1 100644
--- a/sys-libs/readline/files/bash-3.0-etc-inputrc.patch
+++ b/sys-libs/readline/files/bash-3.0-etc-inputrc.patch
@@ -1,3 +1,8 @@
+Patch readline's bind.c so that /etc/inputrc is read as a last resort
+following ~/.inputrc. This is better than putting INPUTRC in
+the environment because INPUTRC will override even after the
+user creates a ~/.inputrc
+
--- bash-3.0/lib/readline/bind.c.agriffis 2004-03-03 22:39:32.000000000 -0500
+++ bash-3.0/lib/readline/bind.c 2004-08-02 13:53:02.365731918 -0400
@@ -781,6 +781,7 @@