diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-07-07 19:55:59 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-07-07 20:03:17 +0200 |
commit | 8d6eacd8fa29d66db3a170222259152b847b7c13 (patch) | |
tree | e64f90040fce28aa65a19d892c528896b5aa45c3 /shells/bash53/files/patch-doc_bash.1 | |
parent | x11/swayimg: update to 4.4 (diff) |
shells/bash53: Remove extra version of bash
Remove in favor of updating shells/bash to the most recent version.
This has been requested by multiple users on the mailing list who
preferred keeping shells/bash up to date rather than maintaining a
separate versioned port for 5.3.
Diffstat (limited to 'shells/bash53/files/patch-doc_bash.1')
-rw-r--r-- | shells/bash53/files/patch-doc_bash.1 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/shells/bash53/files/patch-doc_bash.1 b/shells/bash53/files/patch-doc_bash.1 deleted file mode 100644 index bc5c59098c2f..000000000000 --- a/shells/bash53/files/patch-doc_bash.1 +++ /dev/null @@ -1,25 +0,0 @@ ---- doc/bash.1.orig 2025-04-30 13:04:32 UTC -+++ doc/bash.1 -@@ -6632,7 +6632,7 @@ If that file does not exist or cannot be read, \fBrea - If that variable is unset, the default is - .FN \*~/.inputrc . - If that file does not exist or cannot be read, \fBreadline\fP looks for --.FN /etc/inputrc . -+.FN /usr/local/usr/local/etc/inputrc . - When a program that uses the \fBreadline\fP library starts up, - \fBreadline\fP reads the initialization file - and sets the key bindings and variables found there, -@@ -7398,11 +7398,11 @@ For example, the following directive would read - This directive takes a single filename as an argument and reads commands - and key bindings from that file. - For example, the following directive would read --.FN /etc/inputrc : -+.FN /usr/local/usr/local/etc/inputrc : - .PP - .RS - .nf --\fB$include\fP \^ \fI/etc/inputrc\fP -+\fB$include\fP \^ \fI/usr/local/usr/local/etc/inputrc\fP - .fi - .RE - .SS Searching |