mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
3085bc2699
commit
49c3fb7c66
@ -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>
|
||||
|
@ -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/== !/\&\& !/' 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>
|
||||
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "6.7">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user