Author: matthew
Date: 2010-08-17 11:32:21 -0600 (Tue, 17 Aug 2010)
New Revision: 9364

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/iproute2.xml
   trunk/BOOK/general.ent
Log:
Correct the fix for the iproute2 bug.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-08-16 21:53:06 UTC (rev 9363)
+++ trunk/BOOK/chapter01/changelog.xml  2010-08-17 17:32:21 UTC (rev 9364)
@@ -36,6 +36,15 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2010-08-17</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Correct the fix for the iproute2 bug.  Thanks to
+          Gilles Espinasse for the pointer.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>2010-08-16</para>

Modified: trunk/BOOK/chapter06/iproute2.xml
===================================================================
--- trunk/BOOK/chapter06/iproute2.xml   2010-08-16 21:53:06 UTC (rev 9363)
+++ trunk/BOOK/chapter06/iproute2.xml   2010-08-17 17:32:21 UTC (rev 9364)
@@ -54,7 +54,7 @@
     <para>Fix a bug that causes the <command>ip route get</command> command to
     not produce any output:</para>
 
-<screen><userinput remap="pre">sed -i 's/== !/\&amp;\&amp; !/' 
ip/iproute.c</userinput></screen>
+<screen><userinput remap="pre">sed -i '1289i\\tfilter.cloned = 2;' 
ip/iproute.c</userinput></screen>
 
     <para>Compile the package:</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-08-16 21:53:06 UTC (rev 9363)
+++ trunk/BOOK/general.ent      2010-08-17 17:32:21 UTC (rev 9364)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100815">
-<!ENTITY releasedate "August 15, 2010">
+<!ENTITY version "SVN-20100817">
+<!ENTITY releasedate "August 17, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to