Browse Source

Correct the fix for the iproute2 bug.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 years ago
parent
commit
49c3fb7c66
3 changed files with 12 additions and 3 deletions
  1. 9 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/iproute2.xml
  3. 2 2
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -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>

+ 1 - 1
chapter06/iproute2.xml

@@ -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>
 

+ 2 - 2
general.ent

@@ -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}]" -->