[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-inetutils" role="wrap">
|
---|
| 9 | <?dbhtml filename="inetutils.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Inetutils-&inetutils-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-inetutils">
|
---|
| 14 | <primary sortas="a-Inetutils">Inetutils</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>The Inetutils package contains programs for basic networking.</para>
|
---|
| 21 |
|
---|
| 22 | </sect2>
|
---|
| 23 |
|
---|
| 24 | <sect2 role="installation">
|
---|
| 25 | <title>Installation of Inetutils</title>
|
---|
| 26 |
|
---|
[dc5815da] | 27 | <para os="p1">Not all programs that come with Inetutils will be installed.
|
---|
| 28 | However, the Inetutils build system will insist on installing all the
|
---|
| 29 | man pages anyway. The following patch will correct this
|
---|
| 30 | situation:</para>
|
---|
| 31 |
|
---|
| 32 | <screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
|
---|
| 33 |
|
---|
[e0e40d3] | 34 | <para os="a">Prepare Inetutils for compilation:</para>
|
---|
[3f8be484] | 35 |
|
---|
[e0e40d3] | 36 | <screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \
|
---|
[3f8be484] | 37 | --sysconfdir=/etc --localstatedir=/var \
|
---|
| 38 | --disable-logger --disable-syslogd \
|
---|
| 39 | --disable-whois --disable-servers</userinput></screen>
|
---|
| 40 |
|
---|
[e0e40d3] | 41 | <variablelist os="c">
|
---|
[3f8be484] | 42 | <title>The meaning of the configure options:</title>
|
---|
| 43 |
|
---|
| 44 | <varlistentry>
|
---|
| 45 | <term><parameter>--disable-logger</parameter></term>
|
---|
| 46 | <listitem>
|
---|
| 47 | <para>This option prevents Inetutils from installing the
|
---|
| 48 | <command>logger</command> program, which is used by scripts to
|
---|
| 49 | pass messages to the System Log Daemon. Do not install it because
|
---|
[c3cde4ba] | 50 | Util-linux-ng installs a better version later.</para>
|
---|
[3f8be484] | 51 | </listitem>
|
---|
| 52 | </varlistentry>
|
---|
| 53 |
|
---|
| 54 | <varlistentry>
|
---|
| 55 | <term><parameter>--disable-syslogd</parameter></term>
|
---|
| 56 | <listitem>
|
---|
| 57 | <para>This option prevents Inetutils from installing the System Log
|
---|
| 58 | Daemon, which is installed with the Sysklogd package.</para>
|
---|
| 59 | </listitem>
|
---|
| 60 | </varlistentry>
|
---|
| 61 |
|
---|
| 62 | <varlistentry>
|
---|
| 63 | <term><parameter>--disable-whois</parameter></term>
|
---|
| 64 | <listitem>
|
---|
| 65 | <para>This option disables the building of the Inetutils
|
---|
| 66 | <command>whois</command> client, which is out of date.
|
---|
| 67 | Instructions for a better <command>whois</command> client are
|
---|
[0d4607d] | 68 | in the CBLFS book.</para>
|
---|
[3f8be484] | 69 | </listitem>
|
---|
| 70 | </varlistentry>
|
---|
| 71 |
|
---|
| 72 | <varlistentry>
|
---|
| 73 | <term><parameter>--disable-servers</parameter></term>
|
---|
| 74 | <listitem>
|
---|
| 75 | <para>This disables the installation of the various network
|
---|
| 76 | servers included as part of the Inetutils package. These servers are
|
---|
[0d4607d] | 77 | deemed not appropriate in a basic CLFS system.</para>
|
---|
[3f8be484] | 78 | </listitem>
|
---|
| 79 | </varlistentry>
|
---|
| 80 | </variablelist>
|
---|
| 81 |
|
---|
[e0e40d3] | 82 | <para os="d">Compile the package:</para>
|
---|
[3f8be484] | 83 |
|
---|
[e0e40d3] | 84 | <screen os="e"><userinput>make</userinput></screen>
|
---|
[3f8be484] | 85 |
|
---|
[d1631d1] | 86 | <para os="f">This package does not come with a test suite.</para>
|
---|
[3f8be484] | 87 |
|
---|
[d1631d1] | 88 | <para os="g">Install the package:</para>
|
---|
[3f8be484] | 89 |
|
---|
[d1631d1] | 90 | <screen os="h"><userinput>make install</userinput></screen>
|
---|
| 91 |
|
---|
[645e8db] | 92 | <para os="i">Move the <command>ping</command> and <command>ping6</command>
|
---|
[1910c6f] | 93 | programs to their FHS-compliant place:</para>
|
---|
[3f8be484] | 94 |
|
---|
[645e8db] | 95 | <screen os="j"><userinput>mv -v /usr/bin/ping{,6} /bin</userinput></screen>
|
---|
[3f8be484] | 96 |
|
---|
| 97 | </sect2>
|
---|
| 98 |
|
---|
| 99 | <sect2 id="contents-inetutils" role="content">
|
---|
| 100 | <title>Contents of Inetutils</title>
|
---|
| 101 |
|
---|
| 102 | <segmentedlist>
|
---|
| 103 | <segtitle>Installed programs</segtitle>
|
---|
| 104 |
|
---|
| 105 | <seglistitem>
|
---|
[645e8db] | 106 | <seg>ftp, ifconfig, ping, ping6, rcp, rlogin, rsh, talk, telnet, and tftp</seg>
|
---|
[3f8be484] | 107 | </seglistitem>
|
---|
| 108 | </segmentedlist>
|
---|
| 109 |
|
---|
| 110 | <variablelist>
|
---|
| 111 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 112 | <?dbfo list-presentation="list"?>
|
---|
| 113 | <?dbhtml list-presentation="table"?>
|
---|
| 114 |
|
---|
| 115 | <varlistentry id="ftp">
|
---|
| 116 | <term><command>ftp</command></term>
|
---|
| 117 | <listitem>
|
---|
| 118 | <para>Is the file transfer protocol program</para>
|
---|
| 119 | <indexterm zone="ch-system-inetutils ftp">
|
---|
| 120 | <primary sortas="b-ftp">ftp</primary>
|
---|
| 121 | </indexterm>
|
---|
| 122 | </listitem>
|
---|
| 123 | </varlistentry>
|
---|
| 124 |
|
---|
[645e8db] | 125 | <varlistentry id="ifconfig">
|
---|
| 126 | <term><command>ifconfig</command></term>
|
---|
| 127 | <listitem>
|
---|
| 128 | <para>Utility for configuring network interfaces</para>
|
---|
| 129 | <indexterm zone="ch-system-inetutils ifconfig">
|
---|
| 130 | <primary sortas="b-ifconfig">ifconfig</primary>
|
---|
| 131 | </indexterm>
|
---|
| 132 | </listitem>
|
---|
| 133 | </varlistentry>
|
---|
| 134 |
|
---|
[3f8be484] | 135 | <varlistentry id="ping">
|
---|
| 136 | <term><command>ping</command></term>
|
---|
| 137 | <listitem>
|
---|
| 138 | <para>Sends echo-request packets and reports how long the replies
|
---|
[1910c6f] | 139 | take. This is the IPV4 version</para>
|
---|
[3f8be484] | 140 | <indexterm zone="ch-system-inetutils ping">
|
---|
| 141 | <primary sortas="b-ping">ping</primary>
|
---|
| 142 | </indexterm>
|
---|
| 143 | </listitem>
|
---|
| 144 | </varlistentry>
|
---|
| 145 |
|
---|
[645e8db] | 146 | <varlistentry id="ping6">
|
---|
| 147 | <term><command>ping6</command></term>
|
---|
| 148 | <listitem>
|
---|
| 149 | <para>Sends echo-request packets and reports how long the replies
|
---|
[1910c6f] | 150 | take. This is the IPV6 version</para>
|
---|
[645e8db] | 151 | <indexterm zone="ch-system-inetutils ping6">
|
---|
| 152 | <primary sortas="b-ping6">ping6</primary>
|
---|
| 153 | </indexterm>
|
---|
| 154 | </listitem>
|
---|
| 155 | </varlistentry>
|
---|
| 156 |
|
---|
[3f8be484] | 157 | <varlistentry id="rcp">
|
---|
| 158 | <term><command>rcp</command></term>
|
---|
| 159 | <listitem>
|
---|
| 160 | <para>Performs remote file copy</para>
|
---|
| 161 | <indexterm zone="ch-system-inetutils rcp">
|
---|
| 162 | <primary sortas="b-rcp">rcp</primary>
|
---|
| 163 | </indexterm>
|
---|
| 164 | </listitem>
|
---|
| 165 | </varlistentry>
|
---|
| 166 |
|
---|
| 167 | <varlistentry id="rlogin">
|
---|
| 168 | <term><command>rlogin</command></term>
|
---|
| 169 | <listitem>
|
---|
| 170 | <para>Performs remote login</para>
|
---|
| 171 | <indexterm zone="ch-system-inetutils rlogin">
|
---|
| 172 | <primary sortas="b-rlogin">rlogin</primary>
|
---|
| 173 | </indexterm>
|
---|
| 174 | </listitem>
|
---|
| 175 | </varlistentry>
|
---|
| 176 |
|
---|
| 177 | <varlistentry id="rsh">
|
---|
| 178 | <term><command>rsh</command></term>
|
---|
| 179 | <listitem>
|
---|
| 180 | <para>Runs a remote shell</para>
|
---|
| 181 | <indexterm zone="ch-system-inetutils rsh">
|
---|
| 182 | <primary sortas="b-rsh">rsh</primary>
|
---|
| 183 | </indexterm>
|
---|
| 184 | </listitem>
|
---|
| 185 | </varlistentry>
|
---|
| 186 |
|
---|
| 187 | <varlistentry id="talk">
|
---|
| 188 | <term><command>talk</command></term>
|
---|
| 189 | <listitem>
|
---|
| 190 | <para>Is used to chat with another user</para>
|
---|
| 191 | <indexterm zone="ch-system-inetutils talk">
|
---|
| 192 | <primary sortas="b-talk">talk</primary>
|
---|
| 193 | </indexterm>
|
---|
| 194 | </listitem>
|
---|
| 195 | </varlistentry>
|
---|
| 196 |
|
---|
| 197 | <varlistentry id="telnet">
|
---|
| 198 | <term><command>telnet</command></term>
|
---|
| 199 | <listitem>
|
---|
| 200 | <para>An interface to the TELNET protocol</para>
|
---|
| 201 | <indexterm zone="ch-system-inetutils telnet">
|
---|
| 202 | <primary sortas="b-telnet">telnet</primary>
|
---|
| 203 | </indexterm>
|
---|
| 204 | </listitem>
|
---|
| 205 | </varlistentry>
|
---|
| 206 |
|
---|
| 207 | <varlistentry id="tftp">
|
---|
| 208 | <term><command>tftp</command></term>
|
---|
| 209 | <listitem>
|
---|
| 210 | <para>A trivial file transfer program</para>
|
---|
| 211 | <indexterm zone="ch-system-inetutils tftp">
|
---|
| 212 | <primary sortas="b-tftp">tftp</primary>
|
---|
| 213 | </indexterm>
|
---|
| 214 | </listitem>
|
---|
| 215 | </varlistentry>
|
---|
| 216 |
|
---|
| 217 | </variablelist>
|
---|
| 218 |
|
---|
| 219 | </sect2>
|
---|
| 220 |
|
---|
| 221 | </sect1>
|
---|