2004-06-12 13:30:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/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-size "1019 KB">
|
|
|
|
<!ENTITY inetutils-buildsize "13 MB">
|
|
|
|
<!ENTITY inetutils-time "0.30 SBU">
|
|
|
|
]>
|
|
|
|
|
2003-09-24 07:58:37 +08:00
|
|
|
<sect1 id="inetutils" xreflabel="Inetutils-&inetutils-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 10:32:10 +08:00
|
|
|
<?dbhtml filename="inetutils.html"?>
|
2003-09-24 07:58:37 +08:00
|
|
|
<title>Inetutils-&inetutils-version;</title>
|
2003-02-24 23:12:05 +08:00
|
|
|
|
2004-06-12 13:30:15 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>Inetutils</application></title>
|
|
|
|
|
|
|
|
<para>The <application>Inetutils</application> package contains network clients
|
|
|
|
and servers.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<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 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>
|
|
|
|
</sect3>
|
|
|
|
|
2004-07-21 15:36:20 +08:00
|
|
|
<sect3><title>Additional downloads</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Required Patch (If compiled using
|
|
|
|
<application>Linux</application>-2.6.x): <ulink
|
2004-07-23 12:03:54 +08:00
|
|
|
url="&patch-root;/inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
|
2004-07-21 15:36:20 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
2004-06-12 13:30:15 +08:00
|
|
|
<sect3><title><application>Inetutils</application> dependencies</title>
|
|
|
|
<sect4><title>Optional</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><xref linkend="Linux_PAM"/>, <xref linkend="tcpwrappers"/> and
|
|
|
|
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para></sect4>
|
2004-06-12 13:30:15 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>Inetutils</application></title>
|
|
|
|
|
|
|
|
<para>Install <application>Inetutils</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2004-07-21 15:36:20 +08:00
|
|
|
<screen><userinput><command>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch &&
|
|
|
|
./configure --prefix=/usr --disable-syslogd \
|
2004-06-12 13:30:15 +08:00
|
|
|
--libexecdir=/usr/sbin --infodir=/usr/share/info \
|
|
|
|
--sysconfdir=/etc --localstatedir=/var \
|
|
|
|
--mandir=/usr/share/man &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
mv /usr/bin/ping /bin</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><parameter>--disable-syslogd</parameter>: This switch prevents
|
2004-06-12 13:30:15 +08:00
|
|
|
<application>Inetutils</application> installing a System Log Daemon, which is
|
|
|
|
installed in the <acronym>LFS</acronym> Book.</para>
|
|
|
|
|
2004-07-21 15:36:20 +08:00
|
|
|
<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>.
|
2004-06-12 13:30:15 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para><option>--disable-whois</option>: This switch will prevent
|
|
|
|
<application>Inetutils</application> installing a whois client, since the
|
|
|
|
included whois client is out of date. Add this option if you plan on installing
|
|
|
|
<xref linkend="whois"/>.</para>
|
|
|
|
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><option>--with-pam</option>: This switch makes
|
|
|
|
<application>Inetutils</application> link against
|
|
|
|
<application>Linux-<acronym>PAM</acronym></application> libraries.
|
2004-06-12 13:30:15 +08:00
|
|
|
Add this option if you want to utilize <acronym>PAM</acronym>.
|
|
|
|
</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
|
2004-07-21 15:36:20 +08:00
|
|
|
servers you need, avoiding the installation of unneeded servers.</para>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The <application>Inetutils</application> package contains network clients
|
|
|
|
and servers.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>ftp</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><command>ftp</command> is an ARPANET file transfer client.</para></sect3>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
<sect3><title>logger</title>
|
|
|
|
<para><command>logger</command> make entries in the system log.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>ping</title>
|
|
|
|
<para><command>ping</command> sends <acronym>ICMP</acronym> ECHO_REQUEST
|
|
|
|
packets to network hosts.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>rcp</title>
|
|
|
|
<para><command>rcp</command> is a remote file copy client.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>rlogin</title>
|
|
|
|
<para><command>rlogin</command> is a remote login client.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>rsh</title>
|
|
|
|
<para><command>rsh</command> is a remote shell client.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>syslogd</title>
|
|
|
|
<para><command>syslogd</command> logs systems messages.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>talk</title>
|
|
|
|
<para><command>talk</command> allows communication between users.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>telnet</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><command>telnet</command> is a user interface to the TELNET
|
|
|
|
protocol.</para></sect3>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
<sect3><title>tftp</title>
|
|
|
|
<para><command>tftp</command> is an Internet Trivial File Transfer
|
|
|
|
Protocol client.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>whois</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><command>whois</command> is a client for the whois directory
|
|
|
|
service.</para></sect3>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
<sect3><title>ftpd</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><command>ftpd</command> is a <acronym>DARPA</acronym> Internet File
|
|
|
|
Transfer Protocol server.</para></sect3>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
<sect3><title>inetd</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><command>inetd</command> is an Internet super-server.</para></sect3>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
<sect3><title>rexecd</title>
|
|
|
|
<para><command>rexcd</command> is a remote execution server.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>rlogind</title>
|
|
|
|
<para><command>rlogind</command> is a remote login server.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>rshd</title>
|
|
|
|
<para><command>rshd</command> is a remote shell server.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>talkd</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><command>talkd</command> is a remote user communication
|
|
|
|
server.</para></sect3>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
<sect3><title>telnetd</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><command>telnetd</command> is a <acronym>DARPA</acronym> TELNET protocol
|
|
|
|
server.</para></sect3>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
<sect3><title>tftpd</title>
|
2004-07-21 15:36:20 +08:00
|
|
|
<para><command>tftpd</command> is an Internet Trivial File Transfer Protocol
|
|
|
|
server.</para></sect3>
|
2004-06-12 13:30:15 +08:00
|
|
|
|
|
|
|
<sect3><title>uucpd</title>
|
|
|
|
<para><command>uucpd</command> is the server for supporting
|
|
|
|
<acronym>UUCP</acronym> connections over networks.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2003-02-24 23:12:05 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|