source: chapter06/inetutils.xml@ 7787e7e

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.5 7.6 7.7 7.8 7.9 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 7787e7e was 7787e7e, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to inetutils-1.9.2 and remove referece to old BLFS page.

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

  • Property mode set to 100644
File size: 8.8 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 <para>Create a definition to allow the <command>ifconfig</command> program
44 to build properly.</para>
45
46<screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' &gt;&gt; ifconfig/system/linux.h </userinput></screen>
47
48 <para>Prepare Inetutils for compilation:</para>
49
50<screen><userinput remap="configure">./configure --prefix=/usr \
51 --libexecdir=/usr/sbin \
52 --localstatedir=/var \
53 --disable-logger \
54 --disable-syslogd \
55 --disable-whois \
56 --disable-servers</userinput></screen>
57
58 <variablelist>
59 <title>The meaning of the configure options:</title>
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. Note that
95 better replacements are available for many of these servers.</para>
96 </listitem>
97 </varlistentry>
98
99 </variablelist>
100
101 <para>Compile the package:</para>
102
103<screen><userinput remap="make">make</userinput></screen>
104
105 <para>To test the results, issue:</para>
106
107<screen><userinput remap="test">make check</userinput></screen>
108
109 <para>Install the package:</para>
110
111<screen><userinput remap="install">make install</userinput></screen>
112
113 <para>Move some programs so they are available if <filename
114 class='directory'>/usr</filename> is not accessible:</para>
115
116<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin
117mv -v /usr/bin/ifconfig /sbin</userinput></screen>
118
119 </sect2>
120
121 <sect2 id="contents-inetutils" role="content">
122 <title>Contents of Inetutils</title>
123
124 <segmentedlist>
125 <segtitle>Installed programs</segtitle>
126
127 <seglistitem>
128 <seg>ftp, ifconfig, hostname, ping, ping6, rcp, rexec, rlogin,
129 rsh, talk, telnet, tftp, and traceroute</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="ftp">
139 <term><command>ftp</command></term>
140 <listitem>
141 <para>Is the file transfer protocol program</para>
142 <indexterm zone="ch-system-inetutils ftp">
143 <primary sortas="b-ftp">ftp</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="ifconfig">
149 <term><command>ifconfig</command></term>
150 <listitem>
151 <para>Manages network interfaces</para>
152 <indexterm zone="ch-system-inetutils ifconfig">
153 <primary sortas="b-ifconfig">ifconfig</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="hostname">
159 <term><command>hostname</command></term>
160 <listitem>
161 <para>Reports or sets the name of the host</para>
162 <indexterm zone="ch-system-inetutils hostname">
163 <primary sortas="b-hostname">hostname</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="ping">
169 <term><command>ping</command></term>
170 <listitem>
171 <para>Sends echo-request packets and reports how long the replies
172 take</para>
173 <indexterm zone="ch-system-inetutils ping">
174 <primary sortas="b-ping">ping</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="ping6">
180 <term><command>ping6</command></term>
181 <listitem>
182 <para>A version of <command>ping</command> for IPv6 networks</para>
183 <indexterm zone="ch-system-inetutils ping6">
184 <primary sortas="b-ping6">ping6</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="rcp">
190 <term><command>rcp</command></term>
191 <listitem>
192 <para>Performs remote file copy</para>
193 <indexterm zone="ch-system-inetutils rcp">
194 <primary sortas="b-rcp">rcp</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="rexec">
200 <term><command>rexec</command></term>
201 <listitem>
202 <para>Executes commands on a remote host</para>
203 <indexterm zone="ch-system-inetutils rexec">
204 <primary sortas="b-rexec">rexec</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="rlogin">
210 <term><command>rlogin</command></term>
211 <listitem>
212 <para>Performs remote login</para>
213 <indexterm zone="ch-system-inetutils rlogin">
214 <primary sortas="b-rlogin">rlogin</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="rsh">
220 <term><command>rsh</command></term>
221 <listitem>
222 <para>Runs a remote shell</para>
223 <indexterm zone="ch-system-inetutils rsh">
224 <primary sortas="b-rsh">rsh</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="talk">
230 <term><command>talk</command></term>
231 <listitem>
232 <para>Is used to chat with another user</para>
233 <indexterm zone="ch-system-inetutils talk">
234 <primary sortas="b-talk">talk</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="telnet">
240 <term><command>telnet</command></term>
241 <listitem>
242 <para>An interface to the TELNET protocol</para>
243 <indexterm zone="ch-system-inetutils telnet">
244 <primary sortas="b-telnet">telnet</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="tftp">
250 <term><command>tftp</command></term>
251 <listitem>
252 <para>A trivial file transfer program</para>
253 <indexterm zone="ch-system-inetutils tftp">
254 <primary sortas="b-tftp">tftp</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="traceroute">
260 <term><command>traceroute</command></term>
261 <listitem>
262 <para>Traces the route your packets take from the host you are
263 working on to another host on a network, showing all the intermediate
264 hops (gateways) along the way</para>
265 <indexterm zone="ch-system-inetutils traceroute">
266 <primary sortas="b-traceroute">traceroute</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 </variablelist>
272
273 </sect2>
274
275</sect1>
Note: See TracBrowser for help on using the repository browser.