浏览代码

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
Jeremy Utley 21 年之前
父节点
当前提交
5e81f0221f
共有 4 个文件被更改,包括 18 次插入2 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 7 0
      chapter03/patches.xml
  3. 5 0
      chapter06/readline.xml
  4. 2 2
      general.ent

+ 4 - 0
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> 
 

+ 7 - 0
chapter03/patches.xml

@@ -136,6 +136,13 @@ following:</para>
 </listitem>
 </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>

+ 5 - 0
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>

+ 2 - 2
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/">