mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
17e6d482cc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4499 af4574ff-66df-0310-9fd7-8a98e5e911e0
267 lines
9.3 KiB
XML
267 lines
9.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/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 "df0909a586ddac2b7a0d62795eea4206">
|
|
<!ENTITY inetutils-size "1.04 MB">
|
|
<!ENTITY inetutils-buildsize "10.2 MB">
|
|
<!ENTITY inetutils-time "0.26 SBU">
|
|
]>
|
|
|
|
<sect1 id="inetutils" xreflabel="Inetutils-&inetutils-version;">
|
|
<?dbhtml filename="inetutils.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<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.</para>
|
|
|
|
<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">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required Patch: <ulink
|
|
url="&patch-root;/inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Required Patch: <ulink
|
|
url="&patch-root;/inetutils-&inetutils-version;-daemon_fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Inetutils Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="Linux_PAM"/>,
|
|
<xref linkend="tcpwrappers"/>,
|
|
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and
|
|
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Inetutils</title>
|
|
|
|
<para>Install <application>Inetutils</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch &&
|
|
patch -Np1 -i ../inetutils-&inetutils-version;-daemon_fixes-1.patch &&
|
|
./configure --prefix=/usr --libexecdir=/usr/sbin \
|
|
--sysconfdir=/etc --localstatedir=/var \
|
|
--mandir=/usr/share/man --infodir=/usr/share/info \
|
|
--disable-logger --disable-syslogd &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
mv -v /usr/bin/ping /bin</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>--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>--disable-whois</option>: This switch will prevent
|
|
<application>Inetutils</application> installing an outdated
|
|
<command>whois</command> client. Add this option if you plan on installing
|
|
<xref linkend="whois"/>.</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, 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>
|
|
|