Changeset 218232b


Ignore:
Timestamp:
10/23/2005 10:41:08 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
fd9f2e9
Parents:
241bb14
Message:

Replaced a patch for IPRoute2 by a sed command.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r241bb14 r218232b  
    4545<listitem><para>October 23, 2005 [manuel]: Added Bash documentation
    4646installation. Added notes about libiconv and Cracklib. Fixed the installation
    47 of Sed documentation.</para></listitem>
     47of Sed documentation. Replaced a patch for IPRoute2 by a sed
     48command.</para></listitem>
    4849
    4950<listitem><para>October 19, 2005 [manuel]: Updated the acknowledgements to
  • chapter03/patches.xml

    r241bb14 r218232b  
    135135
    136136<varlistentry>
    137 <term>IPRoute2 Disable DB Patch - 1 KB:</term>
    138 <listitem>
    139 <para><ulink url="&patches-root;&iproute2-remove_db-patch;"/></para>
    140 </listitem>
    141 </varlistentry>
    142 
    143 <varlistentry>
    144137<term>Mktemp Tempfile Patch - 3 KB:</term>
    145138<listitem>
  • chapter06/iproute2.xml

    r241bb14 r218232b  
    3535          dependent on Berkeley DB.  Because <command>arpd</command> is not a very
    3636          common requirement on a base Linux system, remove the dependency on
    37           Berkeley DB by applying the patch using the command below.  If
     37          Berkeley DB by applying the <command>sed</command> command below.  If
    3838          the <command>arpd</command> binary is needed, instructions for
    3939          compiling Berkeley DB can be found in the BLFS Book at <ulink
     
    4141    </para>
    4242
    43     <screen><userinput>patch -Np1 -i ../&iproute2-remove_db-patch;</userinput></screen>
     43    <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
    4444
    4545    <para>Prepare IPRoute2 for compilation:</para>
  • patches.ent

    r241bb14 r218232b  
    2929<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
    3030
    31 <!ENTITY iproute2-remove_db-patch "iproute2-&iproute2-patch-version;-remove_db-1.patch">
    32 
    3331<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-2.patch">
    3432
Note: See TracChangeset for help on using the changeset viewer.