From 51504be78c6d88463bd0fb60466985a13cd67bdf Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Wed, 29 Sep 2004 18:00:17 +0000 Subject: Patches and Program Updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4247 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 6 +++--- chapter06/readline.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index a3e835682..2dd8d81ea 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -28,10 +28,10 @@ GCC, Glibc, Grep, Make, Ncurses, Sed. Installation of Bash -The following patch fixes a problem where Bash sometimes will only show -33 characters on a line and then wraps to the next line. +The following patch fixes various issues. Including a problem where Bash +sometimes will only show 33 characters on a line and then wraps to the next line. -patch -Np1 -i ../bash-&bash-version;-display_wrap-1.patch +patch -Np1 -i ../bash-&bash-version;-fixes-1.patch Prepare Bash for compilation: diff --git a/chapter06/readline.xml b/chapter06/readline.xml index cdb9e6f8a..5ce6413ba 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -28,10 +28,10 @@ GCC, Glibc, Grep, Make, Ncurses, Sed Installation of Readline -The following patch fixes a problem where Readline sometimes will only -show 33 characters on a line and then wrap to the next line. +The following patch fixes various issues including a problem where Readline +sometimes will only show 33 characters on a line and then wrap to the next line. -patch -Np1 -i ../readline-&readline-version;-display_wrap-1.patch +patch -Np1 -i ../readline-&readline-version;-fixes-1.patch Prepare Readline for compilation: -- cgit v1.2.3-54-g00ecf