source: chapter06/inetutils.xml@ 9f5aaf7

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 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 9f5aaf7 was 9f5aaf7, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Add whitespace for better readability of instructions

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