Changeset 49c3fb7


Ignore:
Timestamp:
08/17/2010 05:32:21 PM (14 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
058a975, 12078f7
Parents:
3085bc26
Message:

Correct the fix for the iproute2 bug.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3085bc26 r49c3fb7  
    3737
    3838-->
     39    <listitem>
     40      <para>2010-08-17</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Correct the fix for the iproute2 bug.  Thanks to
     44          Gilles Espinasse for the pointer.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3948
    4049    <listitem>
  • chapter06/iproute2.xml

    r3085bc26 r49c3fb7  
    5555    not produce any output:</para>
    5656
    57 <screen><userinput remap="pre">sed -i 's/== !/\&amp;\&amp; !/' ip/iproute.c</userinput></screen>
     57<screen><userinput remap="pre">sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c</userinput></screen>
    5858
    5959    <para>Compile the package:</para>
  • general.ent

    r3085bc26 r49c3fb7  
    1 <!ENTITY version "SVN-20100815">
    2 <!ENTITY releasedate "August 15, 2010">
     1<!ENTITY version "SVN-20100817">
     2<!ENTITY releasedate "August 17, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.7">
Note: See TracChangeset for help on using the changeset viewer.