Author: matthew
Date: 2010-08-15 13:21:15 -0600 (Sun, 15 Aug 2010)
New Revision: 9359

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/iproute2.xml
Log:
Fix a bug in iproute2's ip route get command.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-08-15 18:32:39 UTC (rev 9358)
+++ trunk/BOOK/chapter01/changelog.xml  2010-08-15 19:21:15 UTC (rev 9359)
@@ -41,6 +41,11 @@
       <para>2010-08-15</para>
       <itemizedlist>
          <listitem>
+           <para>[matthew] - Fix a bug in iproute2 that prevents
+           <command>ip route get</command> from producing any output. Thanks to
+           Thomas Trepl for the report, and to Andrew Benton for the 
fix.</para>
+         </listitem>
+         <listitem>
            <para>[matthew] - Upgrade to Udev-161.  Fixes
            <ulink url="&lfs-ticket-root;2739">#2739</ulink>.</para>
          </listitem>

Modified: trunk/BOOK/chapter06/iproute2.xml
===================================================================
--- trunk/BOOK/chapter06/iproute2.xml   2010-08-15 18:32:39 UTC (rev 9358)
+++ trunk/BOOK/chapter06/iproute2.xml   2010-08-15 19:21:15 UTC (rev 9359)
@@ -51,6 +51,11 @@
 
 <screen><userinput>sed -i '/^TARGETS/s...@arpd@@g' 
misc/Makefile</userinput></screen>
 
+    <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/iproute2.c</userinput></screen>
+
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make DESTDIR=</userinput></screen>

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