diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/patches.xml | 7 | ||||
-rw-r--r-- | chapter06/bash.xml | 5 | ||||
-rw-r--r-- | general.ent | 2 |
4 files changed, 16 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 79cd089ac..0f78cb9f7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -84,6 +84,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </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 readline patch in chapter 5, since this has been removed with the upgrade to readline-5.0</para></listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 6a2aafff7..b45c8b811 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -16,6 +16,13 @@ following:</para> <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> <term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term> <listitem> <para><ulink url="&patches-root;coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"/></para> diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 4e116a288..a3e835682 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -28,6 +28,11 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem> <sect2 role="installation"> <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> <screen><userinput>./configure --prefix=/usr --bindir=/bin \ diff --git a/general.ent b/general.ent index 0ec7563fc..1e42e6a6f 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20040804"> +<!ENTITY version "SVN-20040825"> <!ENTITY releasedate "August 4, 2004"> <!ENTITY milestone "6.0"> |