source: chapter06/inetutils.xml@ 796bacf4

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.6 6.7 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 796bacf4 was 796bacf4, checked in by Matthew Burgess <matthew@…>, 14 years ago

Upgrade to Inetutils-1.7. Fixes #2533.

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

  • Property mode set to 100644
File size: 8.5 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>This package does not come with a test suite.</para>
107
108 <para>Install the package:</para>
109
110<screen><userinput remap="install">make install</userinput></screen>
111
112 <para>Move some programs to their FHS-compliant place:</para>
113
114<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6} /bin
115mv -v /usr/bin/traceroute /sbin</userinput></screen>
116
117 </sect2>
118
119 <sect2 id="contents-inetutils" role="content">
120 <title>Contents of Inetutils</title>
121
122 <segmentedlist>
123 <segtitle>Installed programs</segtitle>
124
125 <seglistitem>
126 <seg>ftp, hostname, ping, ping6, rcp, rexec, rlogin, rsh, talk, telnet,
127 tftp, and traceroute</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="ftp">
137 <term><command>ftp</command></term>
138 <listitem>
139 <para>Is the file transfer protocol program</para>
140 <indexterm zone="ch-system-inetutils ftp">
141 <primary sortas="b-ftp">ftp</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="hostname">
147 <term><command>hostname</command></term>
148 <listitem>
149 <para>Reports or sets the name of the host</para>
150 <indexterm zone="ch-system-inetutils hostname">
151 <primary sortas="b-hostname">hostname</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="ping">
157 <term><command>ping</command></term>
158 <listitem>
159 <para>Sends echo-request packets and reports how long the replies
160 take</para>
161 <indexterm zone="ch-system-inetutils ping">
162 <primary sortas="b-ping">ping</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="ping6">
168 <term><command>ping6</command></term>
169 <listitem>
170 <para>A version of <command>ping</command> for IPv6 networks</para>
171 <indexterm zone="ch-system-inetutils ping6">
172 <primary sortas="b-ping6">ping6</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="rcp">
178 <term><command>rcp</command></term>
179 <listitem>
180 <para>Performs remote file copy</para>
181 <indexterm zone="ch-system-inetutils rcp">
182 <primary sortas="b-rcp">rcp</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="rexec">
188 <term><command>rexec</command></term>
189 <listitem>
190 <para>executes commands on a remote host</para>
191 <indexterm zone="ch-system-inetutils rexec">
192 <primary sortas="b-rexec">rexec</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="rlogin">
198 <term><command>rlogin</command></term>
199 <listitem>
200 <para>Performs remote login</para>
201 <indexterm zone="ch-system-inetutils rlogin">
202 <primary sortas="b-rlogin">rlogin</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="rsh">
208 <term><command>rsh</command></term>
209 <listitem>
210 <para>Runs a remote shell</para>
211 <indexterm zone="ch-system-inetutils rsh">
212 <primary sortas="b-rsh">rsh</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="talk">
218 <term><command>talk</command></term>
219 <listitem>
220 <para>Is used to chat with another user</para>
221 <indexterm zone="ch-system-inetutils talk">
222 <primary sortas="b-talk">talk</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="telnet">
228 <term><command>telnet</command></term>
229 <listitem>
230 <para>An interface to the TELNET protocol</para>
231 <indexterm zone="ch-system-inetutils telnet">
232 <primary sortas="b-telnet">telnet</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="tftp">
238 <term><command>tftp</command></term>
239 <listitem>
240 <para>A trivial file transfer program</para>
241 <indexterm zone="ch-system-inetutils tftp">
242 <primary sortas="b-tftp">tftp</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="traceroute">
248 <term><command>traceroute</command></term>
249 <listitem>
250 <para>Traces the route your packets take from the host you are
251 working on to another host on a network, showing all the intermediate
252 hops (gateways) along the way</para>
253 <indexterm zone="ch-system-inetutils traceroute">
254 <primary sortas="b-traceroute">traceroute</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect2>
262
263</sect1>
Note: See TracBrowser for help on using the repository browser.