glfs/archive/inetutils.xml

284 lines
10 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY inetutils-download-http "http://gd.tuwien.ac.at/gnu/gnusrc/inetutils/inetutils-&inetutils-version;.tar.gz">
<!ENTITY inetutils-download-ftp "ftp://ftp.gnu.org/gnu/inetutils/inetutils-&inetutils-version;.tar.gz">
<!ENTITY inetutils-md5sum "944f7196a2b3dba2d400e9088576000c">
<!ENTITY inetutils-size "1.9 MB">
<!ENTITY inetutils-buildsize "23 MB">
<!ENTITY inetutils-time "0.4 SBU">
]>
<sect1 id="inetutils" xreflabel="Inetutils-&inetutils-version;">
<?dbhtml filename="inetutils.html"?>
<title>Inetutils-&inetutils-version;</title>
<indexterm zone="inetutils">
<primary sortas="a-Inetutils">Inetutils</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Inetutils</title>
<para>The <application>Inetutils</application> package contains network
clients and servers. If you are building on an LFS platform, this package
was installed during LFS and only the clients (telnet, ftp, etc.) were
installed. These instructions allow you to install the server programs.
Note that most of the <application>Inetutils</application> servers are
insecure and should only be used on trusted networks.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&inetutils-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&inetutils-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &inetutils-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &inetutils-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &inetutils-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &inetutils-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Inetutils Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="linux-pam"/>,
<xref linkend="tcpwrappers"/>,
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and
<xref linkend="mitkrb"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/inetutils"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Inetutils</title>
<para>Install <application>Inetutils</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
--libexecdir=/usr/sbin \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-logger \
--disable-syslogd \
--disable-whois \
--disable-ifconfig \
--disable-hostname \
--disable-clients &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--disable-logger</parameter>: This switch prevents
<application>Inetutils</application> installing a <command>logger</command>
program, which is installed in the LFS book.</para>
<para><parameter>--disable-syslogd</parameter>: This switch prevents
<application>Inetutils</application> installing a system log daemon, which is
installed in the LFS book.</para>
<para><option>--disable-whois</option>: This switch prevents
<application>Inetutils</application> installing an outdated
<command>whois</command> client. Add this option if you plan on installing
<xref linkend="whois"/>.</para>
<para><option>--disable-ifconfig</option>: This switch prevents
<application>Inetutils</application> from installing an
<command>ifconfig</command> command. Use this parameter if you have
<application>Net-Tools</application> installed and wish to keep its version
of <command>ifconfig</command>.</para>
<para><option>--disable-hostname</option>: This switch prevents
<application>Inetutils</application> from installing a
<command>hostname</command> command. Use this parameter if you have
the version of this program supplied by the either the
<application>Coreutils</application> package or the
<application>Net-Tools</application> package and wish to keep it.</para>
<para><parameter>--disable-clients</parameter>: This switch prevents
<application>Inetutils</application> installing any of the client programs
(most of which were build during LFS) and only installs the server
programs.</para>
<para><option>--with-wrap</option>: This switch makes
<application>Inetutils</application> compile against
<application>tcp-wrappers</application>. Add this option if you want to
utilize <application>tcp-wrappers</application>.</para>
<para><option>--with-pam</option>: This switch makes
<application>Inetutils</application> link against
<application>Linux-PAM</application> libraries.
Add this option if you want to utilize PAM.</para>
<para><option>--disable-servers</option>: Some of the servers included with
<application>Inetutils</application> are insecure in nature and in some cases
better alternatives exist. You can choose this switch to enable only the
servers you need, avoiding the installation of unneeded servers.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<para>A list of the installed programs not included here, along with their
short descriptions can be found at
<ulink url="&lfs-root;/chapter06/inetutils.html#contents-inetutils"/>.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>ftpd, hostname, ifconfig, inetd, rexecd, rlogind, rshd,
talkd, telnetd, tftpd, uucpd and whois</seg>
<seg>None</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="ftpd-inetutils">
<term><command>ftpd</command></term>
<listitem>
<para>is a DARPA Internet File Transfer Protocol Server.</para>
<indexterm zone="inetutils ftpd-inetutils">
<primary sortas="b-ftpd">ftpd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="inetd">
<term><command>inetd</command></term>
<listitem>
<para>is an Internet super-server. <!-- Note that the <xref linkend="xinetd"/>
package provides a much better server that does the same thing.--></para>
<indexterm zone="inetutils inetd">
<primary sortas="b-inetd">inetd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="rexecd-inetutils">
<term><command>rexecd</command></term>
<listitem>
<para>is a remote execution server.</para>
<indexterm zone="inetutils rexecd-inetutils">
<primary sortas="b-rexecd">rexecd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="rlogind-inetutils">
<term><command>rlogind</command></term>
<listitem>
<para>is a remote login server.</para>
<indexterm zone="inetutils rlogind-inetutils">
<primary sortas="b-rlogind">rlogind</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="rshd-inetutils">
<term><command>rshd</command></term>
<listitem>
<para>is a remote shell server.</para>
<indexterm zone="inetutils rshd-inetutils">
<primary sortas="b-rshd">rshd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="talkd">
<term><command>talkd</command></term>
<listitem>
<para>is a remote user communication server.</para>
<indexterm zone="inetutils talkd">
<primary sortas="b-talkd">talkd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="telnetd-inetutils">
<term><command>telnetd</command></term>
<listitem>
<para>is a DARPA TELNET protocol server.</para>
<indexterm zone="inetutils telnetd-inetutils">
<primary sortas="b-telnetd">telnetd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="tftpd">
<term><command>tftpd</command></term>
<listitem>
<para>is an Internet Trivial File Transfer Protocol server.</para>
<indexterm zone="inetutils tftpd">
<primary sortas="b-tftpd">tftpd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="uucpd">
<term><command>uucpd</command></term>
<listitem>
<para>is a server for supporting UUCP
connections over networks.</para>
<indexterm zone="inetutils uucpd">
<primary sortas="b-uucpd">uucpd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="whois-inetutils">
<term><command>whois</command></term>
<listitem>
<para>is a client for the whois directory service. Note that the
<xref linkend="whois"/> package provides a much better client.</para>
<indexterm zone="inetutils whois-inetutils">
<primary sortas="b-whois">whois</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>