diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-17 17:32:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-17 17:32:21 +0000 |
commit | 49c3fb7c66922662cc2f654ca18f47c134de4eed (patch) | |
tree | 2aa42406b4e13da93c106f8d9095b1883b924654 | |
parent | 3085bc2699554baadf35fe473d1d86f67bd8ab72 (diff) |
Correct the fix for the iproute2 bug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b30beab93..639527253 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 3b637e8ff..8b0030dcd 100644 --- a/chapter06/iproute2.xml +++ b/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/== !/\&\& !/' 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> diff --git a/general.ent b/general.ent index d31ea7c33..8cfe89faf 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |