diff options
Diffstat (limited to 'shells/bash53/files')
-rw-r--r-- | shells/bash53/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | shells/bash53/files/patch-config-top.h | 11 | ||||
-rw-r--r-- | shells/bash53/files/patch-doc_bash.1 | 25 | ||||
-rw-r--r-- | shells/bash53/files/patch-doc_bashref.texi | 28 | ||||
-rw-r--r-- | shells/bash53/files/patch-lib_readline_display.c | 14 | ||||
-rw-r--r-- | shells/bash53/files/pkg-message.in | 15 |
6 files changed, 0 insertions, 105 deletions
diff --git a/shells/bash53/files/patch-Makefile.in b/shells/bash53/files/patch-Makefile.in deleted file mode 100644 index cfd72e4d9bdd..000000000000 --- a/shells/bash53/files/patch-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig 2025-07-06 15:36:39 UTC -+++ Makefile.in -@@ -923,7 +923,9 @@ install: .made installdirs - infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) - -( cd $(DEFDIR) ; $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) - -( cd $(PO_DIR) ; $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) -+.if !$(STATIC_LD:M-static) - -( cd $(LOADABLES_DIR) && $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) -+.endif - - install-strip: - $(MAKE) $(BASH_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_STRIP_PROGRAM)' \ diff --git a/shells/bash53/files/patch-config-top.h b/shells/bash53/files/patch-config-top.h deleted file mode 100644 index 526b15b6ecfe..000000000000 --- a/shells/bash53/files/patch-config-top.h +++ /dev/null @@ -1,11 +0,0 @@ ---- config-top.h.orig 2024-10-24 18:14:21 UTC -+++ config-top.h -@@ -79,7 +79,7 @@ - #endif - - /* Default primary and secondary prompt strings. */ --#define PPROMPT "\\s-\\v\\$ " -+#define PPROMPT "[\\u@\\h \\w]\\$ " - #define SPROMPT "> " - - /* Undefine this if you don't want the ksh-compatible behavior of reprinting 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 diff --git a/shells/bash53/files/patch-doc_bashref.texi b/shells/bash53/files/patch-doc_bashref.texi deleted file mode 100644 index 56f59863f5f1..000000000000 --- a/shells/bash53/files/patch-doc_bashref.texi +++ /dev/null @@ -1,28 +0,0 @@ ---- doc/bashref.texi.orig 2025-05-27 15:56:19 UTC -+++ doc/bashref.texi -@@ -1,6 +1,6 @@ - \input texinfo.tex @c -*- texinfo -*- - @c %**start of header --@setfilename bashref.info -+@setfilename bash.info - @settitle Bash Reference Manual - - @include version.texi -@@ -58,7 +58,7 @@ This text is a brief description of the features that - @top Bash Features - - This text is a brief description of the features that are present in --the Bash shell (version @value{VERSION}, @value{UPDATED}). -+the Bash shell (version @value{VERSION}, @value{UPDATED}) - The Bash home page is @url{http://www.gnu.org/software/bash/}. - - This is Edition @value{EDITION}, last updated @value{UPDATED}, -@@ -6720,7 +6720,7 @@ The primary prompt string. - - @item PS1 - The primary prompt string. --The default value is @samp{\s-\v\$ }. -+The default value is @samp{[\u@@\h \w]\$ }. - @xref{Controlling the Prompt}, for the complete list of escape - sequences that are expanded before @env{PS1} is displayed. - diff --git a/shells/bash53/files/patch-lib_readline_display.c b/shells/bash53/files/patch-lib_readline_display.c deleted file mode 100644 index 4d8141cb7441..000000000000 --- a/shells/bash53/files/patch-lib_readline_display.c +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/readline/display.c.orig 2025-05-02 13:20:32 UTC -+++ lib/readline/display.c -@@ -999,7 +999,10 @@ rl_redisplay (void) - the line breaks in the prompt string in expand_prompt, taking invisible - characters into account, and if lpos exceeds the screen width, we copy - the data in the loop below. */ -- lpos = local_prompt ? prompt_physical_chars + modmark : 0; -+ if (local_prompt) -+ lpos = local_prompt ? prompt_physical_chars + modmark : 0; -+ else -+ lpos = 0; - - #if defined (HANDLE_MULTIBYTE) - memset (line_state_invisible->wrapped_line, 0, line_state_invisible->wbsize * sizeof (int)); diff --git a/shells/bash53/files/pkg-message.in b/shells/bash53/files/pkg-message.in deleted file mode 100644 index e0e633447e95..000000000000 --- a/shells/bash53/files/pkg-message.in +++ /dev/null @@ -1,15 +0,0 @@ -[ -{ type: install - message: <<EOM -bash requires fdescfs(5) mounted on /dev/fd - -If you have not done it yet, please do the following: - - mount -t fdescfs fdescfs /dev/fd - -To make it permanent, you need the following lines in /etc/fstab: - - fdescfs /dev/fd fdescfs rw,late 0 0 -EOM -} -] |