Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/iproute2.xml

    r89e650d r61ad0b7f  
    2929    program, which is dependent on Berkeley DB.  Because <command>arpd</command>
    3030    is not a very common requirement on a base Linux system, remove the
    31     dependency on Berkeley DB by using the commands
     31    dependency on Berkeley DB by applying the <command>sed</command> command
    3232    below. If the <command>arpd</command> binary is needed, instructions for
    3333    compiling Berkeley DB can be found in CBLFS at <ulink
    3434    url="&cblfs-root;index.php/Berkeley_DB"/>.</para>
    3535
    36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
    37 sed -i '/ARPD/d' Makefile
    38 rm -v man/man8/arpd.8</userinput></screen>
    39 
    40     <para os="f1">Remove unused libnl headers:</para>
    41    
    42     <screen os="f2"><userinput>sed -i '/netlink\//d' ip/ipl2tp.c</userinput></screen>
     36<screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
    4337
    4438    <para os="a">Compile the package:</para>
     
    8983
    9084      <seglistitem>
    91         <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
    92         nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
     85        <seg>ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, nstat,
     86        routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
    9387        and tc</seg>
    9488        <seg>/etc/iproute2, /lib/tc, /usr/lib/tc, /usr/share/doc/iproute2</seg>
     
    10094      <?dbfo list-presentation="list"?>
    10195      <?dbhtml list-presentation="table"?>
    102 
    103       <varlistentry id="bridge">
    104         <term><command>bridge</command></term>
    105         <listitem>
    106           <para>Configures network bridges</para>
    107           <indexterm zone="ch-system-iproute2 bridge">
    108             <primary sortas="b-bridge">bridge</primary>
    109           </indexterm>
    110         </listitem>
    111       </varlistentry>
    11296
    11397      <varlistentry id="ctstat">
Note: See TracChangeset for help on using the changeset viewer.