aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-02-22 02:58:01 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-02-22 02:58:01 +0000
commit182ec8e555675e78dbec0350172d45b1bde37331 (patch)
tree57932135a9b434c4a014732edb691568a1b82af1
parenteb01ffacfeec4303af9e1f09daa92f3a1c8e61b6 (diff)
Fix an error in e2fsprogs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml13
-rw-r--r--chapter06/e2fsprogs.xml5
-rw-r--r--general.ent4
3 files changed, 20 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0c8fcaf7a..77404697f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,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>
<listitem>
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 4c851a02f..a1800b8e8 100644
--- a/chapter06/e2fsprogs.xml
+++ b/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>
diff --git a/general.ent b/general.ent
index cb1147234..dff4445d6 100644
--- a/general.ent
+++ b/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}]" -->