source: basicnet/netprogs/inetutils.xml@ 8c00886b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8c00886b was f5c298a, checked in by Randy McMurchy <randy@…>, 14 years ago

Updated to Inetutils-1.8

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8777 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.1 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 <!ENTITY inetutils-download-http "http://gd.tuwien.ac.at/gnu/gnusrc/inetutils/inetutils-&inetutils-version;.tar.gz">
8 <!ENTITY inetutils-download-ftp "ftp://ftp.gnu.org/gnu/inetutils/inetutils-&inetutils-version;.tar.gz">
9 <!ENTITY inetutils-md5sum "ad8fdcdf1797b9ca258264a6b04e48fd">
10 <!ENTITY inetutils-size "1.8 MB">
11 <!ENTITY inetutils-buildsize "20 MB">
12 <!ENTITY inetutils-time "0.5 SBU">
13]>
14
15<sect1 id="inetutils" xreflabel="Inetutils-&inetutils-version;">
16 <?dbhtml filename="inetutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Inetutils-&inetutils-version;</title>
24
25 <indexterm zone="inetutils">
26 <primary sortas="a-Inetutils">Inetutils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Inetutils</title>
31
32 <para>The <application>Inetutils</application> package contains network
33 clients and servers. If you are building on an LFS platform, this package
34 was installed during LFS and only the clients (telnet, ftp, etc.) were
35 installed. These instructions allow you to install the server programs.
36 Note that most of the <application>Inetutils</application> servers are
37 insecure and should only be used on trusted networks.</para>
38
39 <para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&inetutils-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&inetutils-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &inetutils-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &inetutils-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &inetutils-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &inetutils-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <itemizedlist spacing='compact'>
65 <listitem>
66 <para>Required Patch: <ulink
67 url="&patch-root;/inetutils-&inetutils-version;-gcc4_fixes-3.patch"/></para>
68 </listitem>
69 <listitem>
70 <para>Required Patch: <ulink
71 url="&patch-root;/inetutils-&inetutils-version;-daemon_fixes-1.patch"/></para>
72 </listitem>
73 </itemizedlist> -->
74
75 <bridgehead renderas="sect3">Inetutils Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional"><xref linkend="linux-pam"/>,
79 <xref linkend="tcpwrappers"/>,
80 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and
81 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/inetutils"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Inetutils</title>
90
91 <!-- <para>Add a required include statement because it's missed there and gcc
92 complains about undefined NULL:</para>
93
94<screen><userinput>sed -i "1i\#include &lt;stdlib.h&gt;" libicmp/icmp_timestamp.c</userinput></screen>
95 -->
96
97 <para>Install <application>Inetutils</application> by running the following
98 commands:</para>
99
100<screen><userinput>./configure --prefix=/usr \
101 --libexecdir=/usr/sbin \
102 --sysconfdir=/etc \
103 --localstatedir=/var \
104 --disable-logger \
105 --disable-syslogd \
106 --disable-whois \
107 --disable-ifconfig \
108 --disable-hostname \
109 --disable-clients &amp;&amp;
110make</userinput></screen>
111
112 <para>To test the results, issue: <command>make check</command>.</para>
113
114 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
115
116<screen role="root"><userinput>make install &amp;&amp;
117mv -v /usr/bin/ping{,6} /bin</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para><parameter>--disable-logger</parameter>: This switch prevents
125 <application>Inetutils</application> installing a <command>logger</command>
126 program, which is installed in the LFS book.</para>
127
128 <para><parameter>--disable-syslogd</parameter>: This switch prevents
129 <application>Inetutils</application> installing a system log daemon, which is
130 installed in the LFS book.</para>
131
132 <para><option>--disable-whois</option>: This switch prevents
133 <application>Inetutils</application> installing an outdated
134 <command>whois</command> client. Add this option if you plan on installing
135 <xref linkend="whois"/>.</para>
136
137 <para><option>--disable-ifconfig</option>: This switch prevents
138 <application>Inetutils</application> installing an
139 <command>ifconfig</command> command. Use this parameter if you have
140 <application>Net-Tools</application> installed and wish to keep its version
141 of <command>ifconfig</command>.</para>
142
143 <para><option>--disable-hostname</option>: This switch prevents
144 <application>Inetutils</application> installing a
145 <command>hostname</command> command. Use this parameter if you have
146 the original version supplied in LFS during the
147 <application>Coreutils</application> package, or if you have the version
148 supplied by the <application>Net-Tools</application> package. If you wish
149 to keep these versions of <command>ifconfig</command>, use this
150 parameter.</para>
151
152 <para><parameter>--disable-clients</parameter>: This switch prevents
153 <application>Inetutils</application> installing any of the client programs
154 (most of which were build during LFS) and only installs the server
155 programs.</para>
156
157 <para><option>--with-wrap</option>: This switch makes
158 <application>Inetutils</application> compile against
159 <application>tcp-wrappers</application>. Add this option if you want to
160 utilize <application>tcp-wrappers</application>.</para>
161
162 <para><option>--with-pam</option>: This switch makes
163 <application>Inetutils</application> link against
164 <application>Linux-PAM</application> libraries.
165 Add this option if you want to utilize PAM.</para>
166
167 <para><option>--disable-servers</option>: Some of the servers included with
168 <application>Inetutils</application> are insecure in nature and in some cases
169 better alternatives exist. You can choose this switch to enable only the
170 servers you need, avoiding the installation of unneeded servers.</para>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <para>A list of the installed programs not included here, along with their
178 short descriptions can be found at
179 <ulink url="&lfs-root;/chapter06/inetutils.html#contents-inetutils"/>.</para>
180
181 <segmentedlist>
182 <segtitle>Installed Programs</segtitle>
183 <segtitle>Installed Libraries</segtitle>
184 <segtitle>Installed Directories</segtitle>
185
186 <seglistitem>
187 <seg>ftpd, hostname, ifconfig, inetd, ping6, rexecd, rlogind, rshd,
188 talkd, telnetd, tftpd, uucpd and whois</seg>
189 <seg>None</seg>
190 <seg>None</seg>
191 </seglistitem>
192 </segmentedlist>
193
194 <variablelist>
195 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
196 <?dbfo list-presentation="list"?>
197 <?dbhtml list-presentation="table"?>
198
199 <varlistentry id="ftpd-inetutils">
200 <term><command>ftpd</command></term>
201 <listitem>
202 <para>is a DARPA Internet File Transfer Protocol Server.</para>
203 <indexterm zone="inetutils ftpd-inetutils">
204 <primary sortas="b-ftpd">ftpd</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="inetd">
210 <term><command>inetd</command></term>
211 <listitem>
212 <para>is an Internet super-server. Note that the <xref linkend="xinetd"/>
213 package provides a much better server that does the same thing.</para>
214 <indexterm zone="inetutils inetd">
215 <primary sortas="b-inetd">inetd</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="rexecd-inetutils">
221 <term><command>rexecd</command></term>
222 <listitem>
223 <para>is a remote execution server.</para>
224 <indexterm zone="inetutils rexecd-inetutils">
225 <primary sortas="b-rexecd">rexecd</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="rlogind-inetutils">
231 <term><command>rlogind</command></term>
232 <listitem>
233 <para>is a remote login server.</para>
234 <indexterm zone="inetutils rlogind-inetutils">
235 <primary sortas="b-rlogind">rlogind</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="rshd-inetutils">
241 <term><command>rshd</command></term>
242 <listitem>
243 <para>is a remote shell server.</para>
244 <indexterm zone="inetutils rshd-inetutils">
245 <primary sortas="b-rshd">rshd</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="talkd">
251 <term><command>talkd</command></term>
252 <listitem>
253 <para>is a remote user communication server.</para>
254 <indexterm zone="inetutils talkd">
255 <primary sortas="b-talkd">talkd</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="telnetd-inetutils">
261 <term><command>telnetd</command></term>
262 <listitem>
263 <para>is a DARPA TELNET protocol server.</para>
264 <indexterm zone="inetutils telnetd-inetutils">
265 <primary sortas="b-telnetd">telnetd</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="tftpd">
271 <term><command>tftpd</command></term>
272 <listitem>
273 <para>is an Internet Trivial File Transfer Protocol server.</para>
274 <indexterm zone="inetutils tftpd">
275 <primary sortas="b-tftpd">tftpd</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="uucpd">
281 <term><command>uucpd</command></term>
282 <listitem>
283 <para>is a server for supporting UUCP
284 connections over networks.</para>
285 <indexterm zone="inetutils uucpd">
286 <primary sortas="b-uucpd">uucpd</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="whois-inetutils">
292 <term><command>whois</command></term>
293 <listitem>
294 <para>is a client for the whois directory service. Note that the
295 <xref linkend="whois"/> package provides a much better client.</para>
296 <indexterm zone="inetutils whois-inetutils">
297 <primary sortas="b-whois">whois</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 </variablelist>
303
304 </sect2>
305
306</sect1>
Note: See TracBrowser for help on using the repository browser.