source: chapter06/inetutils.xml@ 1a15aba

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 1a15aba was 1a15aba, checked in by Matthew Burgess <matthew@…>, 13 years ago

Mention Inetutils' testsuite and install its HTML documentation. Fixes #2784 and #2785.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9412 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 8.7 KB
Line 
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-inetutils" role="wrap">
9 <?dbhtml filename="inetutils.html"?>
10
11 <sect1info condition="script">
12 <productname>inetutils</productname>
13 <productnumber>&inetutils-version;</productnumber>
14 <address>&inetutils-url;</address>
15 </sect1info>
16
17 <title>Inetutils-&inetutils-version;</title>
18
19 <indexterm zone="ch-system-inetutils">
20 <primary sortas="a-Inetutils">Inetutils</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Inetutils package contains programs for basic networking.</para>
27
28 <segmentedlist>
29 <segtitle>&buildtime;</segtitle>
30 <segtitle>&diskspace;</segtitle>
31
32 <seglistitem>
33 <seg>&inetutils-ch6-sbu;</seg>
34 <seg>&inetutils-ch6-du;</seg>
35 </seglistitem>
36 </segmentedlist>
37
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of Inetutils</title>
42
43<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/sbin \
44 --localstatedir=/var --disable-ifconfig \
45 --disable-logger --disable-syslogd --disable-whois \
46 --disable-servers</userinput></screen>
47
48 <variablelist>
49 <title>The meaning of the configure options:</title>
50
51 <varlistentry>
52 <term><parameter>--disable-ifconfig</parameter></term>
53 <listitem>
54 <para>This option prevents Inetutils from installing the
55 <command>ifconfig</command> program, which can be used to configure network
56 interfaces. LFS uses <command>ip</command> from IPRoute2 to perform
57 this task.</para>
58 </listitem>
59 </varlistentry>
60
61 <varlistentry>
62 <term><parameter>--disable-logger</parameter></term>
63 <listitem>
64 <para>This option prevents Inetutils from installing the
65 <command>logger</command> program, which is used by scripts to
66 pass messages to the System Log Daemon. Do not install it because
67 Util-linux installed a version earlier.</para>
68 </listitem>
69 </varlistentry>
70
71 <varlistentry>
72 <term><parameter>--disable-syslogd</parameter></term>
73 <listitem>
74 <para>This option prevents Inetutils from installing the System Log
75 Daemon, which is installed with the Sysklogd package.</para>
76 </listitem>
77 </varlistentry>
78
79 <varlistentry>
80 <term><parameter>--disable-whois</parameter></term>
81 <listitem>
82 <para>This option disables the building of the Inetutils
83 <command>whois</command> client, which is out of date. Instructions for
84 a better <command>whois</command> client are in the BLFS book.</para>
85 </listitem>
86 </varlistentry>
87
88 <varlistentry>
89 <term><parameter>--disable-servers</parameter></term>
90 <listitem>
91 <para>This disables the installation of the various network servers
92 included as part of the Inetutils package. These servers are deemed not
93 appropriate in a basic LFS system. Some are insecure by nature and are
94 only considered safe on trusted networks. More information can be found
95 at <ulink url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that
96 better replacements are available for many of these servers.</para>
97 </listitem>
98 </varlistentry>
99
100 </variablelist>
101
102 <para>Compile the package:</para>
103
104<screen><userinput remap="make">make</userinput></screen>
105
106 <para>To test the results, issue:</para>
107
108<screen><userinput remap="test">make check</userinput></screen>
109
110 <para>Install the package:</para>
111
112<screen><userinput remap="install">make install
113make -C doc html
114make -C doc install-html docdir=/usr/share/doc/inetutils-&inetutils-version;</userinput></screen>
115
116 <para>Move some programs to their FHS-compliant place:</para>
117
118<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6} /bin
119mv -v /usr/bin/traceroute /sbin</userinput></screen>
120
121 </sect2>
122
123 <sect2 id="contents-inetutils" role="content">
124 <title>Contents of Inetutils</title>
125
126 <segmentedlist>
127 <segtitle>Installed programs</segtitle>
128
129 <seglistitem>
130 <seg>ftp, hostname, ping, ping6, rcp, rexec, rlogin, rsh, talk, telnet,
131 tftp, and traceroute</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="ftp">
141 <term><command>ftp</command></term>
142 <listitem>
143 <para>Is the file transfer protocol program</para>
144 <indexterm zone="ch-system-inetutils ftp">
145 <primary sortas="b-ftp">ftp</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="hostname">
151 <term><command>hostname</command></term>
152 <listitem>
153 <para>Reports or sets the name of the host</para>
154 <indexterm zone="ch-system-inetutils hostname">
155 <primary sortas="b-hostname">hostname</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="ping">
161 <term><command>ping</command></term>
162 <listitem>
163 <para>Sends echo-request packets and reports how long the replies
164 take</para>
165 <indexterm zone="ch-system-inetutils ping">
166 <primary sortas="b-ping">ping</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="ping6">
172 <term><command>ping6</command></term>
173 <listitem>
174 <para>A version of <command>ping</command> for IPv6 networks</para>
175 <indexterm zone="ch-system-inetutils ping6">
176 <primary sortas="b-ping6">ping6</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="rcp">
182 <term><command>rcp</command></term>
183 <listitem>
184 <para>Performs remote file copy</para>
185 <indexterm zone="ch-system-inetutils rcp">
186 <primary sortas="b-rcp">rcp</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="rexec">
192 <term><command>rexec</command></term>
193 <listitem>
194 <para>executes commands on a remote host</para>
195 <indexterm zone="ch-system-inetutils rexec">
196 <primary sortas="b-rexec">rexec</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="rlogin">
202 <term><command>rlogin</command></term>
203 <listitem>
204 <para>Performs remote login</para>
205 <indexterm zone="ch-system-inetutils rlogin">
206 <primary sortas="b-rlogin">rlogin</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="rsh">
212 <term><command>rsh</command></term>
213 <listitem>
214 <para>Runs a remote shell</para>
215 <indexterm zone="ch-system-inetutils rsh">
216 <primary sortas="b-rsh">rsh</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="talk">
222 <term><command>talk</command></term>
223 <listitem>
224 <para>Is used to chat with another user</para>
225 <indexterm zone="ch-system-inetutils talk">
226 <primary sortas="b-talk">talk</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="telnet">
232 <term><command>telnet</command></term>
233 <listitem>
234 <para>An interface to the TELNET protocol</para>
235 <indexterm zone="ch-system-inetutils telnet">
236 <primary sortas="b-telnet">telnet</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="tftp">
242 <term><command>tftp</command></term>
243 <listitem>
244 <para>A trivial file transfer program</para>
245 <indexterm zone="ch-system-inetutils tftp">
246 <primary sortas="b-tftp">tftp</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="traceroute">
252 <term><command>traceroute</command></term>
253 <listitem>
254 <para>Traces the route your packets take from the host you are
255 working on to another host on a network, showing all the intermediate
256 hops (gateways) along the way</para>
257 <indexterm zone="ch-system-inetutils traceroute">
258 <primary sortas="b-traceroute">traceroute</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 </variablelist>
264
265 </sect2>
266
267</sect1>
Note: See TracBrowser for help on using the repository browser.