Ignore:
Timestamp:
01/06/2006 02:59:05 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
e1ca33a
Parents:
1714f1a
Message:

Merged recent changes from trunk to lfs-alpha. Fixed typo.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r1714f1a r46a2e9c  
    2626      <segtitle>&dependencies;</segtitle>
    2727      <seglistitem>
    28         <seg>GCC, Glibc, Make, Linux-Headers, and Sed</seg>
     28        <seg>DB, GCC, Glibc, Make, and Linux-Headers</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
     
    3232  <sect2 role="installation">
    3333    <title>Installation of IPRoute2</title>
    34     <para>The <command>arpd</command> binary included in this package is
    35           dependent on Berkeley DB.  Because <command>arpd</command> is not a very
    36           common requirement on a base Linux system, remove the dependency on
    37           Berkeley DB by applying the <command>sed</command> command below.  If
    38           the <command>arpd</command> binary is needed, instructions for
    39           compiling Berkeley DB can be found in the BLFS Book at <ulink
    40           url="&blfs-root;view/svn/server/databases.html#db"/>.
    41     </para>
    42 
    43     <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
    4434
    4535    <para>Prepare IPRoute2 for compilation:</para>
     
    6959
    7060    <screen><userinput>make SBINDIR=/sbin install</userinput></screen>
     61   
     62    <para>The <command>arpd</command> binary links against the DB libraries
     63          that reside in <filename class="directory">/usr</filename> and
     64          uses a database in <filename>/var/lib/arpd/arpd.db</filename>. Thus,
     65          according to the FHS, it must be
     66          in <filename class="directory">/usr/sbin</filename>. Move it there:
     67    </para>
     68
     69    <screen><userinput>mv -v /sbin/arpd /usr/sbin</userinput></screen>
     70     
    7171  </sect2>
    7272
     
    7676      <segtitle>Installed programs</segtitle>
    7777      <seglistitem>
    78         <seg>ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat, routef,
    79              routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, and tc.
     78        <seg>arpd, ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat,
     79             routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
     80             and tc.
    8081        </seg>
    8182      </seglistitem>
     
    8586<?dbfo list-presentation="list"?>
    8687<?dbhtml list-presentation="table"?>
     88      <varlistentry id="arpd">
     89        <term>
     90          <command>arpd</command>
     91        </term>
     92        <listitem>
     93          <para>Userspace ARP daemon, useful in really large networks, where
     94                the kernelspace ARP implementation is insufficient, or
     95                when setting up a honeypot</para>
     96          <indexterm zone="ch-system-iproute2 arpd">
     97            <primary sortas="b-arpd">arpd</primary>
     98          </indexterm>
     99        </listitem>
     100      </varlistentry>
     101
    87102      <varlistentry id="ctstat">
    88103        <term>
     
    293308        <listitem>
    294309          <para>Traffic Controlling Executable; this is for Quality Of
    295 Service (QOS) and Class Of Service (COS)
     310                Service (QOS) and Class Of Service (COS)
    296311                implementations
    297312          </para>
Note: See TracChangeset for help on using the changeset viewer.