[64d2ffa] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-iputils" role="wrap">
|
---|
| 9 | <?dbhtml filename="iputils.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>IPutils-&iputils-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-iputils">
|
---|
| 14 | <primary sortas="a-IPutils">IPutils</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>The IPutils package contains programs for basic networking.</para>
|
---|
| 21 |
|
---|
| 22 | </sect2>
|
---|
| 23 |
|
---|
[12e6567] | 24 | &env-target;
|
---|
| 25 |
|
---|
[64d2ffa] | 26 | <sect2 role="installation">
|
---|
| 27 | <title>Installation of IPutils</title>
|
---|
| 28 |
|
---|
| 29 | <para os="p1">IPutils has various issues addressed by the following patch:</para>
|
---|
| 30 |
|
---|
| 31 | <screen os="p2"><userinput>patch -Np1 -i ../&iputils-fixes-patch;</userinput></screen>
|
---|
| 32 |
|
---|
| 33 | <para os="p3">The following patch contains the man-pages for IPutils:</para>
|
---|
| 34 |
|
---|
| 35 | <screen os="p4"><userinput>patch -Np0 -i ../&iputils-manpages-patch;</userinput></screen>
|
---|
| 36 |
|
---|
| 37 | <para os="a">Compile the package:</para>
|
---|
| 38 |
|
---|
| 39 | <screen os="b"><userinput>make</userinput></screen>
|
---|
| 40 |
|
---|
| 41 | <para os="c">This package does not come with a test suite.</para>
|
---|
| 42 |
|
---|
| 43 | <para os="d">Install the package:</para>
|
---|
| 44 |
|
---|
[63bc1d1] | 45 | <screen os="e"><userinput>install -v -m755 ping{,6} ${CLFS}/bin
|
---|
| 46 | install -v -m755 arping ${CLFS}/usr/bin
|
---|
| 47 | install -v -m755 clockdiff ${CLFS}/usr/bin
|
---|
| 48 | install -v -m755 rdisc ${CLFS}/usr/bin
|
---|
| 49 | install -v -m755 tracepath ${CLFS}/usr/bin
|
---|
| 50 | install -v -m755 trace{path,route}6 ${CLFS}/usr/bin
|
---|
| 51 | install -v -m644 doc/*.8 ${CLFS}/usr/share/man/man8</userinput></screen>
|
---|
[64d2ffa] | 52 |
|
---|
| 53 | </sect2>
|
---|
| 54 |
|
---|
| 55 | <sect2 id="contents-iputils" role="content">
|
---|
| 56 | <title>Contents of iputils</title>
|
---|
| 57 |
|
---|
| 58 | <segmentedlist>
|
---|
| 59 | <segtitle>Installed programs</segtitle>
|
---|
| 60 |
|
---|
| 61 | <seglistitem>
|
---|
| 62 | <seg>arping, clockdiff, ping, ping6, rdisc. tracepath, tracepath6, and traceroute6</seg>
|
---|
| 63 | </seglistitem>
|
---|
| 64 | </segmentedlist>
|
---|
| 65 |
|
---|
| 66 | <variablelist>
|
---|
| 67 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 68 | <?dbfo list-presentation="list"?>
|
---|
| 69 | <?dbhtml list-presentation="table"?>
|
---|
| 70 |
|
---|
| 71 | <varlistentry id="ping">
|
---|
| 72 | <term><command>ping</command></term>
|
---|
| 73 | <listitem>
|
---|
| 74 | <para>Sends echo-request packets and reports how long the replies
|
---|
| 75 | take. This is the IPV4 version</para>
|
---|
| 76 | <indexterm zone="ch-system-iputils ping">
|
---|
| 77 | <primary sortas="b-ping">ping</primary>
|
---|
| 78 | </indexterm>
|
---|
| 79 | </listitem>
|
---|
| 80 | </varlistentry>
|
---|
| 81 |
|
---|
| 82 | <varlistentry id="ping6">
|
---|
| 83 | <term><command>ping6</command></term>
|
---|
| 84 | <listitem>
|
---|
| 85 | <para>Sends echo-request packets and reports how long the replies
|
---|
| 86 | take. This is the IPV6 version</para>
|
---|
| 87 | <indexterm zone="ch-system-iputils ping6">
|
---|
| 88 | <primary sortas="b-ping6">ping6</primary>
|
---|
| 89 | </indexterm>
|
---|
| 90 | </listitem>
|
---|
| 91 | </varlistentry>
|
---|
| 92 |
|
---|
| 93 | </variablelist>
|
---|
| 94 |
|
---|
| 95 | </sect2>
|
---|
| 96 |
|
---|
| 97 | </sect1>
|
---|