소스 검색

Fix an error in e2fsprogs

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 년 전
부모
커밋
182ec8e555
3개의 변경된 파일20개의 추가작업 그리고 2개의 파일을 삭제
  1. 13 0
      chapter01/changelog.xml
  2. 5 0
      chapter06/e2fsprogs.xml
  3. 2 2
      general.ent

+ 13 - 0
chapter01/changelog.xml

@@ -37,6 +37,19 @@
 
 -->
 
+    <listitem>
+      <para>2010-02-21</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Fix an error in e2fsprogs. Fixes
+          <ulink url="&lfs-ticket-root;2586">#2586</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[matthew] Tag for lfs-6.6-rc2.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2010-02-19</para>
       <itemizedlist>

+ 5 - 0
chapter06/e2fsprogs.xml

@@ -44,6 +44,11 @@
   <sect2 role="installation">
     <title>Installation of E2fsprogs</title>
 
+    <para>First fix a programming error:</para>
+
+<screen><userinput remap="configure">sed -i -e '74i\
+        new_table->readline_shutdown = 0;'  lib/ss/invocation.c</userinput></screen>
+
     <para>The E2fsprogs documentation recommends that the package be built in
     a subdirectory of the source tree: </para>
 

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-201002019">
-<!ENTITY releasedate "February 19, 2010">
+<!ENTITY version "SVN-201002021">
+<!ENTITY releasedate "February 21, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->