source: networking/netprogs/inetutils.xml@ 87f38ee

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 87f38ee was 6d15c62, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Rearrange package organization

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8934 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</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para><parameter>--disable-logger</parameter>: This switch prevents
124 <application>Inetutils</application> installing a <command>logger</command>
125 program, which is installed in the LFS book.</para>
126
127 <para><parameter>--disable-syslogd</parameter>: This switch prevents
128 <application>Inetutils</application> installing a system log daemon, which is
129 installed in the LFS book.</para>
130
131 <para><option>--disable-whois</option>: This switch prevents
132 <application>Inetutils</application> installing an outdated
133 <command>whois</command> client. Add this option if you plan on installing
134 <xref linkend="whois"/>.</para>
135
136 <para><option>--disable-ifconfig</option>: This switch prevents
137 <application>Inetutils</application> installing an
138 <command>ifconfig</command> command. Use this parameter if you have
139 <application>Net-Tools</application> installed and wish to keep its version
140 of <command>ifconfig</command>.</para>
141
142 <para><option>--disable-hostname</option>: This switch prevents
143 <application>Inetutils</application> installing a
144 <command>hostname</command> command. Use this parameter if you have
145 the original version supplied in LFS during the
146 <application>Coreutils</application> package, or if you have the version
147 supplied by the <application>Net-Tools</application> package. If you wish
148 to keep these versions of <command>ifconfig</command>, use this
149 parameter.</para>
150
151 <para><parameter>--disable-clients</parameter>: This switch prevents
152 <application>Inetutils</application> installing any of the client programs
153 (most of which were build during LFS) and only installs the server
154 programs.</para>
155
156 <para><option>--with-wrap</option>: This switch makes
157 <application>Inetutils</application> compile against
158 <application>tcp-wrappers</application>. Add this option if you want to
159 utilize <application>tcp-wrappers</application>.</para>
160
161 <para><option>--with-pam</option>: This switch makes
162 <application>Inetutils</application> link against
163 <application>Linux-PAM</application> libraries.
164 Add this option if you want to utilize PAM.</para>
165
166 <para><option>--disable-servers</option>: Some of the servers included with
167 <application>Inetutils</application> are insecure in nature and in some cases
168 better alternatives exist. You can choose this switch to enable only the
169 servers you need, avoiding the installation of unneeded servers.</para>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <para>A list of the installed programs not included here, along with their
177 short descriptions can be found at
178 <ulink url="&lfs-root;/chapter06/inetutils.html#contents-inetutils"/>.</para>
179
180 <segmentedlist>
181 <segtitle>Installed Programs</segtitle>
182 <segtitle>Installed Libraries</segtitle>
183 <segtitle>Installed Directories</segtitle>
184
185 <seglistitem>
186 <seg>ftpd, hostname, ifconfig, inetd, rexecd, rlogind, rshd,
187 talkd, telnetd, tftpd, uucpd and whois</seg>
188 <seg>None</seg>
189 <seg>None</seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="ftpd-inetutils">
199 <term><command>ftpd</command></term>
200 <listitem>
201 <para>is a DARPA Internet File Transfer Protocol Server.</para>
202 <indexterm zone="inetutils ftpd-inetutils">
203 <primary sortas="b-ftpd">ftpd</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="inetd">
209 <term><command>inetd</command></term>
210 <listitem>
211 <para>is an Internet super-server. Note that the <xref linkend="xinetd"/>
212 package provides a much better server that does the same thing.</para>
213 <indexterm zone="inetutils inetd">
214 <primary sortas="b-inetd">inetd</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="rexecd-inetutils">
220 <term><command>rexecd</command></term>
221 <listitem>
222 <para>is a remote execution server.</para>
223 <indexterm zone="inetutils rexecd-inetutils">
224 <primary sortas="b-rexecd">rexecd</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="rlogind-inetutils">
230 <term><command>rlogind</command></term>
231 <listitem>
232 <para>is a remote login server.</para>
233 <indexterm zone="inetutils rlogind-inetutils">
234 <primary sortas="b-rlogind">rlogind</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="rshd-inetutils">
240 <term><command>rshd</command></term>
241 <listitem>
242 <para>is a remote shell server.</para>
243 <indexterm zone="inetutils rshd-inetutils">
244 <primary sortas="b-rshd">rshd</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="talkd">
250 <term><command>talkd</command></term>
251 <listitem>
252 <para>is a remote user communication server.</para>
253 <indexterm zone="inetutils talkd">
254 <primary sortas="b-talkd">talkd</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="telnetd-inetutils">
260 <term><command>telnetd</command></term>
261 <listitem>
262 <para>is a DARPA TELNET protocol server.</para>
263 <indexterm zone="inetutils telnetd-inetutils">
264 <primary sortas="b-telnetd">telnetd</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="tftpd">
270 <term><command>tftpd</command></term>
271 <listitem>
272 <para>is an Internet Trivial File Transfer Protocol server.</para>
273 <indexterm zone="inetutils tftpd">
274 <primary sortas="b-tftpd">tftpd</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
279 <varlistentry id="uucpd">
280 <term><command>uucpd</command></term>
281 <listitem>
282 <para>is a server for supporting UUCP
283 connections over networks.</para>
284 <indexterm zone="inetutils uucpd">
285 <primary sortas="b-uucpd">uucpd</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="whois-inetutils">
291 <term><command>whois</command></term>
292 <listitem>
293 <para>is a client for the whois directory service. Note that the
294 <xref linkend="whois"/> package provides a much better client.</para>
295 <indexterm zone="inetutils whois-inetutils">
296 <primary sortas="b-whois">whois</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
301 </variablelist>
302
303 </sect2>
304
305</sect1>
Note: See TracBrowser for help on using the repository browser.