source: archive/inetutils.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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