aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-08-28 01:01:20 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-08-28 01:01:20 +0000
commit5e81f0221fd4faddc58f095d61aca5286abe43ae (patch)
tree56c6b3b7881cb65b20e1759044013ca393bc346b
parent836871fcb4bfcd29e6dd27e82fa3eacb3e30dde2 (diff)
Added the readline display wrap patch to chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter03/patches.xml7
-rw-r--r--chapter06/readline.xml5
-rw-r--r--general.ent4
4 files changed, 18 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 655735666..54e26743f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -62,6 +62,7 @@ first a summary, then a detailed log.</para>
<listitem><para>linux-libc-headers-2.6.8.0</para></listitem>
<listitem><para>module-init-tools-3.0</para></listitem>
<listitem><para>readline-5.0</para></listitem>
+<listitem><para>readline-5.0-display_wrap-1.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
@@ -88,6 +89,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>August 27, 2004 [jeremy]: Added the readline display wrap
+patch to chapter 6.</para></listitem>
+
<listitem><para>August 26, 2004 [jim]: Upgraded to util-linux-2.12b.
Added patch for iproute2 to install man pages</para></listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 6f422f6a7..3ec9ae39d 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -137,6 +137,13 @@ following:</para>
</varlistentry>
<varlistentry>
+<term>Readline Display Wrap Patch - 1KB:</term>
+<listitem>
+<para><ulink url="&patches-root;readline-&readline-version;-display_wrap-1.patch" /></para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
<term>Sysklogd Kernel Headers Patch - 3 KB:</term>
<listitem>
<para><ulink url="&patches-root;sysklogd-&sysklogd-version;-kernel_headers-1.patch"/></para>
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index 4750d3bc7..cdb9e6f8a 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -28,6 +28,11 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Readline</title>
+<para>The following patch fixes a problem where Readline sometimes will only
+show 33 characters on a line and then wrap to the next line.</para>
+
+<screen><userinput>patch -Np1 -i ../readline-&readline-version;-display_wrap-1.patch</userinput></screen>
+
<para>Prepare Readline for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>
diff --git a/general.ent b/general.ent
index 86b81a9c0..89342bbe1 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20040826">
-<!ENTITY releasedate "August 26, 2004">
+<!ENTITY version "SVN-20040827">
+<!ENTITY releasedate "August 27, 2004">
<!ENTITY milestone "6.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">