source: chapter06/inetutils.xml@ 7e131ea

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

Update to glibc-2.25.
Revert gperf to version 3.0.4.
Update to linux-4.9.8.tar.xz.
Update to check-0.11.0.
Update to shadow-4.4.
Update to e2fsprogs-1.43.4.
Update to sed-4.4.

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

  • Property mode set to 100644
File size: 7.9 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[4ae4324]7
[81fd230]8<sect1 id="ch-system-inetutils" role="wrap">
[4ae4324]9 <?dbhtml filename="inetutils.html"?>
10
[e747759]11 <sect1info condition="script">
12 <productname>inetutils</productname>
13 <productnumber>&inetutils-version;</productnumber>
14 <address>&inetutils-url;</address>
15 </sect1info>
16
[4ae4324]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/>
[673b0d8]25
[4ae4324]26 <para>The Inetutils package contains programs for basic networking.</para>
[0b6cb04]27
[4ae4324]28 <segmentedlist>
29 <segtitle>&buildtime;</segtitle>
30 <segtitle>&diskspace;</segtitle>
[5888299]31
[4ae4324]32 <seglistitem>
[e4a5635]33 <seg>&inetutils-ch6-sbu;</seg>
34 <seg>&inetutils-ch6-du;</seg>
[4ae4324]35 </seglistitem>
36 </segmentedlist>
[673b0d8]37
[4ae4324]38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of Inetutils</title>
[f1c177f]42
43 <para>Prepare Inetutils for compilation:</para>
44
[d0da965a]45<screen><userinput remap="configure">./configure --prefix=/usr \
46 --localstatedir=/var \
47 --disable-logger \
48 --disable-whois \
[6fc168b]49 --disable-rcp \
50 --disable-rexec \
51 --disable-rlogin \
52 --disable-rsh \
[241831ef]53 --disable-servers</userinput></screen>
[73aedd1d]54
[4ae4324]55 <variablelist>
56 <title>The meaning of the configure options:</title>
57
58 <varlistentry>
59 <term><parameter>--disable-logger</parameter></term>
60 <listitem>
61 <para>This option prevents Inetutils from installing the
62 <command>logger</command> program, which is used by scripts to
63 pass messages to the System Log Daemon. Do not install it because
[4f4595c]64 Util-linux installs a more recent version.</para>
[4ae4324]65 </listitem>
66 </varlistentry>
67
68 <varlistentry>
69 <term><parameter>--disable-whois</parameter></term>
70 <listitem>
71 <para>This option disables the building of the Inetutils
72 <command>whois</command> client, which is out of date. Instructions for
73 a better <command>whois</command> client are in the BLFS book.</para>
74 </listitem>
75 </varlistentry>
76
[6fc168b]77 <varlistentry>
78 <term><parameter>--disable-r*</parameter></term>
79 <listitem>
80 <para>These parameters disable building obsolete programs that should not
81 be used due to security issues. The functions provided by these
82 programs can be provided by the <application>openssh</application>
83 package in the BLFS book.</para>
84 </listitem>
85 </varlistentry>
86
[4ae4324]87 <varlistentry>
88 <term><parameter>--disable-servers</parameter></term>
89 <listitem>
90 <para>This disables the installation of the various network servers
91 included as part of the Inetutils package. These servers are deemed not
92 appropriate in a basic LFS system. Some are insecure by nature and are
[7787e7e]93 only considered safe on trusted networks. Note that
[4ae4324]94 better replacements are available for many of these servers.</para>
95 </listitem>
96 </varlistentry>
97
98 </variablelist>
99
100 <para>Compile the package:</para>
[73aedd1d]101
[0445a3d]102<screen><userinput remap="make">make</userinput></screen>
[73aedd1d]103
[1a15aba]104 <para>To test the results, issue:</para>
105
106<screen><userinput remap="test">make check</userinput></screen>
[6934b62]107
[4ae4324]108 <para>Install the package:</para>
[73aedd1d]109
[dd06b53]110<screen><userinput remap="install">make install</userinput></screen>
[7787e7e]111
[8cfc230]112 <para>Move some programs so they are available if <filename
[ea011f47]113 class='directory'>/usr</filename> is not accessible:</para>
[73aedd1d]114
[7787e7e]115<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin
116mv -v /usr/bin/ifconfig /sbin</userinput></screen>
[73aedd1d]117
[4ae4324]118 </sect2>
119
120 <sect2 id="contents-inetutils" role="content">
121 <title>Contents of Inetutils</title>
122
123 <segmentedlist>
124 <segtitle>Installed programs</segtitle>
125
126 <seglistitem>
[040ecb6]127 <seg>dnsdomainname, ftp, ifconfig, hostname, ping, ping6,
128 talk, telnet, tftp, and traceroute</seg>
[4ae4324]129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
[040ecb6]137 <varlistentry id="dnsdomainname">
138 <term><command>dnsdomainname</command></term>
[4ae4324]139 <listitem>
[040ecb6]140 <para>Show the system's DNS domain name</para>
141 <indexterm zone="ch-system-inetutils dnsdomainname">
142 <primary sortas="b-dnsdomainname">dnsdomainname</primary>
[4ae4324]143 </indexterm>
144 </listitem>
145 </varlistentry>
146
[040ecb6]147 <varlistentry id="ftp">
148 <term><command>ftp</command></term>
[7787e7e]149 <listitem>
[040ecb6]150 <para>Is the file transfer protocol program</para>
151 <indexterm zone="ch-system-inetutils ftp">
152 <primary sortas="b-ftp">ftp</primary>
[7787e7e]153 </indexterm>
154 </listitem>
155 </varlistentry>
156
[c92413c]157 <varlistentry id="hostname">
158 <term><command>hostname</command></term>
159 <listitem>
160 <para>Reports or sets the name of the host</para>
161 <indexterm zone="ch-system-inetutils hostname">
162 <primary sortas="b-hostname">hostname</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
[040ecb6]167 <varlistentry id="ifconfig">
168 <term><command>ifconfig</command></term>
169 <listitem>
170 <para>Manages network interfaces</para>
171 <indexterm zone="ch-system-inetutils ifconfig">
172 <primary sortas="b-ifconfig">ifconfig</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
[4ae4324]177 <varlistentry id="ping">
178 <term><command>ping</command></term>
179 <listitem>
180 <para>Sends echo-request packets and reports how long the replies
181 take</para>
182 <indexterm zone="ch-system-inetutils ping">
183 <primary sortas="b-ping">ping</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
[2791a8e]188 <varlistentry id="ping6">
189 <term><command>ping6</command></term>
190 <listitem>
191 <para>A version of <command>ping</command> for IPv6 networks</para>
192 <indexterm zone="ch-system-inetutils ping6">
193 <primary sortas="b-ping6">ping6</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
[4ae4324]198 <varlistentry id="talk">
199 <term><command>talk</command></term>
200 <listitem>
201 <para>Is used to chat with another user</para>
202 <indexterm zone="ch-system-inetutils talk">
203 <primary sortas="b-talk">talk</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="telnet">
209 <term><command>telnet</command></term>
210 <listitem>
211 <para>An interface to the TELNET protocol</para>
212 <indexterm zone="ch-system-inetutils telnet">
213 <primary sortas="b-telnet">telnet</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="tftp">
219 <term><command>tftp</command></term>
220 <listitem>
221 <para>A trivial file transfer program</para>
222 <indexterm zone="ch-system-inetutils tftp">
223 <primary sortas="b-tftp">tftp</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
[90aae6b]228 <varlistentry id="traceroute">
229 <term><command>traceroute</command></term>
230 <listitem>
231 <para>Traces the route your packets take from the host you are
232 working on to another host on a network, showing all the intermediate
233 hops (gateways) along the way</para>
234 <indexterm zone="ch-system-inetutils traceroute">
235 <primary sortas="b-traceroute">traceroute</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
[4ae4324]240 </variablelist>
241
242 </sect2>
[673b0d8]243
244</sect1>
Note: See TracBrowser for help on using the repository browser.