Blame |
Last modification |
View Log
| RSS feed
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="ch-system-iputils" role="wrap">
<?dbhtml filename="iputils.html"?>
<title>IPutils-&iputils-version;</title>
<indexterm zone="ch-system-iputils">
<primary sortas="a-IPutils">IPutils</primary>
</indexterm>
<sect2 role="package">
<title/>
<para>The IPutils package contains programs for basic networking.</para>
</sect2>
&env-target;
<sect2 role="installation">
<title>Installation of IPutils</title>
<para os="p1">IPutils has various issues addressed by the following patch:</para>
<screen os="p2"><userinput>patch -Np1 -i ../&iputils-fixes-patch;</userinput></screen>
<para os="p3">The following patch contains the man-pages for IPutils:</para>
<screen os="p4"><userinput>patch -Np0 -i ../&iputils-manpages-patch;</userinput></screen>
<para os="a">Compile the package:</para>
<screen os="b"><userinput>make</userinput></screen>
<para os="c">This package does not come with a test suite.</para>
<para os="d">Install the package:</para>
<screen os="e"><userinput>install -v -m755 ping{,6} ${CLFS}/bin
install -v -m755 arping ${CLFS}/usr/bin
install -v -m755 clockdiff ${CLFS}/usr/bin
install -v -m755 rdisc ${CLFS}/usr/bin
install -v -m755 tracepath ${CLFS}/usr/bin
install -v -m755 trace{path,route}6 ${CLFS}/usr/bin
install -v -m644 doc/*.8 ${CLFS}/usr/share/man/man8</userinput></screen>
</sect2>
<sect2 id="contents-iputils" role="content">
<title>Contents of iputils</title>
<segmentedlist>
<segtitle>Installed programs</segtitle>
<seglistitem>
<seg>arping, clockdiff, ping, ping6, rdisc. tracepath, tracepath6, and traceroute6</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="ping">
<term><command>ping</command></term>
<listitem>
<para>Sends echo-request packets and reports how long the replies
take. This is the IPV4 version</para>
<indexterm zone="ch-system-iputils ping">
<primary sortas="b-ping">ping</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ping6">
<term><command>ping6</command></term>
<listitem>
<para>Sends echo-request packets and reports how long the replies
take. This is the IPV6 version</para>
<indexterm zone="ch-system-iputils ping6">
<primary sortas="b-ping6">ping6</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>