Changeset 29d877b in clfs-sysroot


Ignore:
Timestamp:
Nov 7, 2006, 1:03:36 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
b9b48cc
Parents:
6febf80
Message:

Updated installed applications for inetutils 1.5 and almost move ping6 to /bin.

File:
1 edited

Legend:

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

    r6febf80 r29d877b  
    9393<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    9494
    95     <para os="h">Move the <command>ping</command> program to its FHS-compliant
    96     place:</para>
    97 
    98 <screen os="i"><userinput>mv -v ${CLFS}/usr/bin/ping ${CLFS}/bin</userinput></screen>
     95    <para os="h">Move the <command>ping</command> and <command>ping6</command>
     96    program to its FHS-compliant place:</para>
     97
     98<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/ping{,6} ${CLFS}/bin</userinput></screen>
    9999
    100100  </sect2>
     
    107107
    108108      <seglistitem>
    109         <seg>ftp, ping, rcp, rlogin, rsh, talk, telnet, and tftp</seg>
     109        <seg>ftp, ifconfig, ping, ping6, rcp, rlogin, rsh, talk, telnet, and tftp</seg>
    110110      </seglistitem>
    111111    </segmentedlist>
     
    126126      </varlistentry>
    127127
     128      <varlistentry id="ifconfig">
     129        <term><command>ifconfig</command></term>
     130        <listitem>
     131          <para>Utility for configuring network interfaces</para>
     132          <indexterm zone="ch-system-inetutils ifconfig">
     133            <primary sortas="b-ifconfig">ifconfig</primary>
     134          </indexterm>
     135        </listitem>
     136      </varlistentry>
     137
    128138      <varlistentry id="ping">
    129139        <term><command>ping</command></term>
     
    137147      </varlistentry>
    138148
     149      <varlistentry id="ping6">
     150        <term><command>ping6</command></term>
     151        <listitem>
     152          <para>Sends echo-request packets and reports how long the replies
     153          take this is the IPV6 version</para>
     154          <indexterm zone="ch-system-inetutils ping6">
     155            <primary sortas="b-ping6">ping6</primary>
     156          </indexterm>
     157        </listitem>
     158      </varlistentry>
     159
    139160      <varlistentry id="rcp">
    140161        <term><command>rcp</command></term>
Note: See TracChangeset for help on using the changeset viewer.