Changeset 5afe4f3 for BOOK


Ignore:
Timestamp:
Sep 6, 2015, 10:35:35 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
7da6efb
Parents:
e7c1e7c
Message:

Update build commands and installed files entries for iputils update.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    re7c1e7c r5afe4f3  
    2525    <title>Installation of IPutils</title>
    2626
    27     <para os="p1">IPutils has various issues addressed by the following
    28     patch:</para>
     27    <para os="p1">Apply the following patch for man-pages and build edits:</para>
    2928
    30 <screen os="p2"><userinput>patch -Np1 -i ../&iputils-fixes-patch;</userinput></screen>
     29<screen os="p2"><userinput>patch -Np1 -i ../&iputils-build-patch;</userinput></screen>
    3130
    3231    <para os="a">Compile the package:</para>
    3332
    3433<screen os="b"><userinput>make \
    35     IPV4_TARGETS="tracepath ping clockdiff rdisc" \
    36     IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
     34    TARGETS="clockdiff ping rdisc tracepath tracepath6 traceroute6</userinput></screen>
    3735
    3836    <para os="c">This package does not come with a test suite.</para>
     
    4543install -v -m755 tracepath /usr/bin
    4644install -v -m755 trace{path,route}6 /usr/bin
    47 install -v -m644 doc/*.8 /usr/share/man/man8</userinput></screen>
     45install -v -m644 doc/*.8 /usr/share/man/man8
     46ln -sv ping /bin/ping4
     47ln -sv ping /bin/ping6</userinput></screen>
    4848
    4949  </sect2>
     
    5656
    5757      <seglistitem>
    58         <seg>clockdiff, ping, rdisc, tracepath, tracepath6, traceroute6</seg>
     58        <seg>clockdiff, ping, rdisc, tracepath, tracepath6, traceroute6, ping4 (link to ping), ping6 (link to ping)</seg>
    5959      </seglistitem>
    6060    </segmentedlist>
     
    8989        <listitem>
    9090          <para>Sends echo-request packets and reports how long the replies
    91           take. This is the IPV4 version</para>
     91          take.</para>
    9292          <indexterm zone="ch-system-iputils ping">
    9393            <primary sortas="b-ping">ping</primary>
     
    9595        </listitem>
    9696      </varlistentry>
    97 <!--
     97
     98      <varlistentry id="ping4">
     99        <term><command>ping</command></term>
     100        <listitem>
     101          <para>Executes ping for IPV4 support</para>
     102          <indexterm zone="ch-system-iputils ping4">
     103            <primary sortas="b-ping4">ping</primary>
     104          </indexterm>
     105        </listitem>
     106      </varlistentry>
     107
    98108      <varlistentry id="ping6">
    99109        <term><command>ping6</command></term>
    100110        <listitem>
    101           <para>Sends echo-request packets and reports how long the replies
    102           take. This is the IPV6 version</para>
     111          <para>Executes ping for  IPV6 support</para>
    103112          <indexterm zone="ch-system-iputils ping6">
    104113            <primary sortas="b-ping6">ping6</primary>
     
    106115        </listitem>
    107116      </varlistentry>
    108 -->
     117
    109118      <varlistentry id="rdisc">
    110119        <term><command>rdisc</command></term>
  • BOOK/final-system/multilib/iputils.xml

    re7c1e7c r5afe4f3  
    3535
    3636<screen os="b"><userinput>make CC="gcc ${BUILD64}" \
    37     IPV4_TARGETS="tracepath ping clockdiff rdisc" \
    38     IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
     37    TARGETS="clockdiff ping rdisc tracepath tracepath6 traceroute6</userinput></screen>
    3938
    4039    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.