source: archive/inetutils.xml@ 5b78d1c

lazarus trunk
Last change on this file since 5b78d1c was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 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
RevLine 
[d47e7ea9]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[d47e7ea9]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">
[5f903c6]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">
[d47e7ea9]13]>
14
[19234f1]15<sect1 id="inetutils" xreflabel="Inetutils-&inetutils-version;">
[7824719]16 <?dbhtml filename="inetutils.html"?>
[bab92281]17
[7824719]18
19 <title>Inetutils-&inetutils-version;</title>
[bab92281]20
[7824719]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
[17e6d48]28 <para>The <application>Inetutils</application> package contains network
[f5c298a]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>
[bab92281]34
[5f903c6]35 &lfs70_checked;
[e87e12fb]36
[7824719]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>
[2174baa]55 <para>Estimated build time: &inetutils-time;</para>
56 </listitem>
[7824719]57 </itemizedlist>
[bab92281]58
[7824719]59 <bridgehead renderas="sect3">Inetutils Dependencies</bridgehead>
[bab92281]60
[7824719]61 <bridgehead renderas="sect4">Optional</bridgehead>
[5f903c6]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>
[7824719]68
[061ec9d]69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/inetutils"/></para>
71
[7824719]72 </sect2>
[bab92281]73
[7824719]74 <sect2 role="installation">
75 <title>Installation of Inetutils</title>
76
[17e6d48]77 <para>Install <application>Inetutils</application> by running the following
[7824719]78 commands:</para>
79
[f5c298a]80<screen><userinput>./configure --prefix=/usr \
[0263a51]81 --libexecdir=/usr/sbin \
[f5c298a]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;
[7824719]90make</userinput></screen>
[bab92281]91
[f5c298a]92 <para>To test the results, issue: <command>make check</command>.</para>
[339fbfb9]93
[7824719]94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
[8c60de56]96<screen role="root"><userinput>make install</userinput></screen>
[7824719]97
98 </sect2>
[bab92281]99
[7824719]100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <para><parameter>--disable-logger</parameter>: This switch prevents
[bab92281]104 <application>Inetutils</application> installing a <command>logger</command>
[339fbfb9]105 program, which is installed in the LFS book.</para>
[bab92281]106
[7824719]107 <para><parameter>--disable-syslogd</parameter>: This switch prevents
[339fbfb9]108 <application>Inetutils</application> installing a system log daemon, which is
109 installed in the LFS book.</para>
[bab92281]110
[f5c298a]111 <para><option>--disable-whois</option>: This switch prevents
[17e6d48]112 <application>Inetutils</application> installing an outdated
113 <command>whois</command> client. Add this option if you plan on installing
[7824719]114 <xref linkend="whois"/>.</para>
[bab92281]115
[f5c298a]116 <para><option>--disable-ifconfig</option>: This switch prevents
[e7ffe884]117 <application>Inetutils</application> from installing an
[0263a51]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
[f5c298a]122 <para><option>--disable-hostname</option>: This switch prevents
[e7ffe884]123 <application>Inetutils</application> from installing a
[e87e12fb]124 <command>hostname</command> command. Use this parameter if you have
[e7ffe884]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>
[e87e12fb]128
[f5c298a]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
[0263a51]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
[17e6d48]139 <para><option>--with-pam</option>: This switch makes
140 <application>Inetutils</application> link against
[7824719]141 <application>Linux-PAM</application> libraries.
142 Add this option if you want to utilize PAM.</para>
[bab92281]143
[7824719]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>
[bab92281]148
[7824719]149 </sect2>
[bab92281]150
[7824719]151 <sect2 role="content">
152 <title>Contents</title>
153
[17e6d48]154 <para>A list of the installed programs not included here, along with their
[7824719]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>
[bab92281]162
[7824719]163 <seglistitem>
[8c60de56]164 <seg>ftpd, hostname, ifconfig, inetd, rexecd, rlogind, rshd,
[e87e12fb]165 talkd, telnetd, tftpd, uucpd and whois</seg>
[7824719]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"?>
[bab92281]175
[7824719]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>
[bab92281]185
[7824719]186 <varlistentry id="inetd">
187 <term><command>inetd</command></term>
188 <listitem>
[59048cd9]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>
[7824719]191 <indexterm zone="inetutils inetd">
192 <primary sortas="b-inetd">inetd</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
[bab92281]196
[7824719]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>
[bab92281]206
[7824719]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>
[bab92281]216
[7824719]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>
[bab92281]226
[7824719]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>
[bab92281]236
[7824719]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>
[bab92281]246
[7824719]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>
[bab92281]256
[7824719]257 <varlistentry id="uucpd">
258 <term><command>uucpd</command></term>
259 <listitem>
[17e6d48]260 <para>is a server for supporting UUCP
[7824719]261 connections over networks.</para>
262 <indexterm zone="inetutils uucpd">
263 <primary sortas="b-uucpd">uucpd</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
[bab92281]267
[7824719]268 <varlistentry id="whois-inetutils">
269 <term><command>whois</command></term>
270 <listitem>
[17e6d48]271 <para>is a client for the whois directory service. Note that the
[7824719]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>
[bab92281]278
[7824719]279 </variablelist>
[bab92281]280
[7824719]281 </sect2>
[57835a9]282
283</sect1>
Note: See TracBrowser for help on using the repository browser.