Ticket #3878: iproute2-update.patch

File iproute2-update.patch, 1.5 KB (added by chris@…, 9 years ago)
  • trunk/BOOK/chapter06/iproute2.xml

     
    4141  <sect2 role="installation">
    4242    <title>Installation of IPRoute2</title>
    4343
    44     <para>The <command>arpd</command> binary included in this package is
    45     dependent on Berkeley DB.  Because <command>arpd</command> is not a very
    46     common requirement on a base Linux system, remove the dependency on Berkeley
    47     DB by applying the commands below.  If the <command>arpd</command> binary is
    48     needed, instructions for compiling Berkeley DB can be found in the BLFS Book
     44    <para>The <command>arpd</command> program included in this package will not
     45    be built since it is dependent on Berkeley DB, which is not installed in
     46    LFS. However, documentation files and a directory for
     47    <command>arpd</command> will still be installed. Prevent this by running
     48    the commands below. If the <command>arpd</command> binary is needed,
     49    instructions for compiling Berkeley DB can be found in the BLFS Book
    4950    at <ulink url="&blfs-book;server/databases.html#db"/>.
    5051    </para>
    5152
    52 <screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
    53 sed -i /ARPD/d Makefile
     53<screen><userinput remap="pre">sed -i /ARPD/d Makefile
     54rm -v doc/arpd.sgml
    5455sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
    5556
    5657<!-- Save as comments for now