Correct the fix for the iproute2 bug.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2010-08-17 17:32:21 +00:00
parent 3085bc2699
commit 49c3fb7c66
3 changed files with 12 additions and 3 deletions

View File

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

View File

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

View File

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