aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2005-02-28 23:49:36 +0000
committerJim Gifford <jim@linuxfromscratch.org>2005-02-28 23:49:36 +0000
commited5dcfc77130d676bccf8aa81266161a7aaca0c0 (patch)
treea619ed0adf12263a0fbc73a718e2c8e469d88503
parent7ae63566e0002eeb792df944dac81462987c6268 (diff)
Updated: bash fixes patch to -3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter03/patches.xml4
-rw-r--r--chapter06/bash.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 6d3a1e2b4..71cabfc5f 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -16,9 +16,9 @@ needed to build an LFS system:</para>
<variablelist role="materials">
<varlistentry>
-<term>Bash Various Fixes - 21 KB:</term>
+<term>Bash Various Fixes - 23 KB:</term>
<listitem>
-<para><ulink url="&patches-root;bash-&bash-version;-fixes-1.patch"/></para>
+<para><ulink url="&patches-root;bash-&bash-version;-fixes-3.patch"/></para>
</listitem>
</varlistentry>
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index a99b9923a..43ea07291 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -32,7 +32,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed.</seg></seglistitem>
<para>The following patch fixes various issues, including a problem where Bash
will sometimes only show 33 characters on a line, then wrap to the next:</para>
-<screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-3.patch</userinput></screen>
<para>Bash also has issues when compiled against newer versions of Glibc. The
following patch resolves this problem:</para>