Ignore:
Timestamp:
Aug 8, 2010, 6:23:09 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
06bf59e
Parents:
2144e6c
Message:

Updated IPUtils to s20100418.

File:
1 edited

Legend:

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

    r2144e6c r8867e46  
    2525    <title>Installation of IPutils</title>
    2626
    27     <para os="p1">IPutils has various issues addressed by the following patch:</para>
     27    <para os="p1">IPutils has various issues addressed by the following
     28    patch:</para>
    2829
    2930<screen os="p2"><userinput>patch -Np1 -i ../&iputils-fixes-patch;</userinput></screen>
    3031
    31     <para os="p3">The following patch contains the man-pages for IPutils:</para>
     32    <para os="p3">The following patch contains pregenerated documentation for
     33    IPutils:</para>
    3234
    33 <screen os="p4"><userinput>patch -Np0 -i ../&iputils-manpages-patch;</userinput></screen>
     35<screen os="p4"><userinput>patch -Np1 -i ../&iputils-doc-patch;</userinput></screen>
    3436
    3537    <para os="a">Compile the package:</para>
    3638
    37 <screen os="b"><userinput>make</userinput></screen>
     39<screen os="b"><userinput>make IPV4_TARGETS="tracepath ping clockdiff" \
     40    IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
    3841
    3942    <para os="c">This package does not come with a test suite.</para>
     
    4144    <para os="d">Install the package:</para>
    4245
    43 <screen os="e"><userinput>install -v -m755 ping{,6} /bin
    44 install -v -m755 arping /usr/bin
     46<screen os="e"><userinput>install -v -m755 ping /bin
    4547install -v -m755 clockdiff /usr/bin
    4648install -v -m755 rdisc /usr/bin
     
    6668      <?dbfo list-presentation="list"?>
    6769      <?dbhtml list-presentation="table"?>
    68 
     70<!--
    6971      <varlistentry id="arping">
    7072        <term><command>arping</command></term>
     
    7678        </listitem>
    7779      </varlistentry>
    78 
     80-->
    7981      <varlistentry id="clockdiff">
    8082        <term><command>clockdiff</command></term>
     
    9799        </listitem>
    98100      </varlistentry>
    99 
     101<!--
    100102      <varlistentry id="ping6">
    101103        <term><command>ping6</command></term>
     
    108110        </listitem>
    109111      </varlistentry>
    110 
     112-->
    111113      <varlistentry id="rdisc">
    112114        <term><command>rdisc</command></term>
Note: See TracChangeset for help on using the changeset viewer.