Updated bash in unstable to include the display wrap patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2004-08-26 04:30:50 +00:00
parent 25eacc67c1
commit 3a0c30701a
4 changed files with 16 additions and 1 deletions

View File

@ -84,6 +84,9 @@ first a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>August 25, 2004 [jeremy]: Added the new bash display wrap
patch, which fixes a problem with bash wrapping lines incorrectly</para></listitem>
<listitem><para>August 4, 2004 [jeremy]: Removed the bogus notes regarding the <listitem><para>August 4, 2004 [jeremy]: Removed the bogus notes regarding the
readline patch in chapter 5, since this has been removed with the upgrade to readline patch in chapter 5, since this has been removed with the upgrade to
readline-5.0</para></listitem> readline-5.0</para></listitem>

View File

@ -15,6 +15,13 @@ following:</para>
<variablelist role="materials"> <variablelist role="materials">
<bridgehead renderas="sect3">Patches</bridgehead> <bridgehead renderas="sect3">Patches</bridgehead>
<varlistentry>
<term>Bash Display Wrap Patch - 1 KB:</term>
<listitem>
<para><ulink url="&patches-root;bash-&bash-version;-display_wrap-1.patch"/></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term> <term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term>
<listitem> <listitem>

View File

@ -28,6 +28,11 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem>
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Bash</title> <title>Installation of Bash</title>
<para>The following patch fixes a problem where Bash sometimes will only show
33 characters on a line and then wraps to the next line.</para>
<screen><userinput>patch -Np1 -i ../bash-&bash-version;-display_wrap-1.patch</userinput></screen>
<para>Prepare Bash for compilation:</para> <para>Prepare Bash for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin \ <screen><userinput>./configure --prefix=/usr --bindir=/bin \

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20040804"> <!ENTITY version "SVN-20040825">
<!ENTITY releasedate "August 4, 2004"> <!ENTITY releasedate "August 4, 2004">
<!ENTITY milestone "6.0"> <!ENTITY milestone "6.0">