mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
reinstate inetutils
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1215 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
46bca1186c
commit
dddaf95966
@ -15,6 +15,6 @@ removed in future releases.</para>
|
||||
&pspell;
|
||||
&postlfs-security-nessus;
|
||||
&bonobo-conf;
|
||||
&inetutils;
|
||||
<!-- &inetutils; -->
|
||||
&STLport;
|
||||
</appendix>
|
||||
|
@ -9,7 +9,7 @@ and servers.</para>
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>ftp</title>
|
||||
<para>ARPANET file transfer program.</para></sect3>
|
||||
<para><command>ftp</command> is a ARPANET file transfer client.</para></sect3>
|
||||
|
||||
<sect3><title>logger</title>
|
||||
<para><command>logger</command> make entries in the system log.</para></sect3>
|
||||
@ -19,13 +19,13 @@ and servers.</para>
|
||||
packets to network hosts.</para></sect3>
|
||||
|
||||
<sect3><title>rcp</title>
|
||||
<para><command>rcp</command> is remote file copy.</para></sect3>
|
||||
<para><command>rcp</command> is a remote file copy client.</para></sect3>
|
||||
|
||||
<sect3><title>rlogin</title>
|
||||
<para><command>rlogin</command> is remote login.</para></sect3>
|
||||
<para><command>rlogin</command> is a remote login client.</para></sect3>
|
||||
|
||||
<sect3><title>rsh</title>
|
||||
<para><command>rsh</command> is remote shell.</para></sect3>
|
||||
<para><command>rsh</command> is a remote shell client.</para></sect3>
|
||||
|
||||
<sect3><title>syslogd</title>
|
||||
<para><command>syslogd</command> logs systems messages.</para></sect3>
|
||||
@ -34,37 +34,37 @@ packets to network hosts.</para></sect3>
|
||||
<para><command>talk</command> allows communication between users.</para></sect3>
|
||||
|
||||
<sect3><title>telnet</title>
|
||||
<para><command>telnet</command> is the user interface to the TELNET protocol.</para></sect3>
|
||||
<para><command>telnet</command> is a user interface to the TELNET protocol.</para></sect3>
|
||||
|
||||
<sect3><title>tftp</title>
|
||||
<para><command>tftp</command> is the trivial file transfer program.</para></sect3>
|
||||
<para><command>tftp</command> is a trivial file transfer program.</para></sect3>
|
||||
|
||||
<sect3><title>whois</title>
|
||||
<para>client for whois directory service.</para></sect3>
|
||||
<para><command>whois</command> is a client for the whois directory service.</para></sect3>
|
||||
|
||||
<sect3><title>ftpd</title>
|
||||
<para>DARPA Internet File Transfer Protocol server.</para></sect3>
|
||||
<para><command>ftpd</command> is a DARPA Internet File Transfer Protocol server.</para></sect3>
|
||||
|
||||
<sect3><title>inetd</title>
|
||||
<para>internet super-server.</para></sect3>
|
||||
<para><command>inetd</command> is a internet super-server.</para></sect3>
|
||||
|
||||
<sect3><title>rexecd</title>
|
||||
<para>remote execution server.</para></sect3>
|
||||
<para><command>rexcd</command> is a remote execution server.</para></sect3>
|
||||
|
||||
<sect3><title>rlogind</title>
|
||||
<para>remote login server.</para></sect3>
|
||||
<para><command>rlogind</command> is a remote login server.</para></sect3>
|
||||
|
||||
<sect3><title>rshd</title>
|
||||
<para>remote shell server.</para></sect3>
|
||||
<para><command>rshd</command> is a remote shell server.</para></sect3>
|
||||
|
||||
<sect3><title>talkd</title>
|
||||
<para>remote user communication server.</para></sect3>
|
||||
<para><command>talkd</command> is a remote user communication server.</para></sect3>
|
||||
|
||||
<sect3><title>telnetd</title>
|
||||
<para>DARPA TELNET protocol server.</para></sect3>
|
||||
<para><command>telnetd</command> is a DARPA TELNET protocol server.</para></sect3>
|
||||
|
||||
<sect3><title>tftpd</title>
|
||||
<para>Internet Trivial File Transfer Protocol server.</para></sect3>
|
||||
<para><command>tftpd</command> is a Internet Trivial File Transfer Protocol server.</para></sect3>
|
||||
|
||||
<sect3><title>uucpd</title>
|
||||
<para>No description available.</para></sect3>
|
||||
|
@ -1,16 +1,21 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--disable-dependancy-tracking</userinput> : This option
|
||||
<para><command>--disable-dependancy-tracking</command> : This switch
|
||||
speeds up one time builds.</para>
|
||||
|
||||
<para><userinput>--disable-syslogd</userinput> : This option prevents
|
||||
inetutils installing the System Log Daemon, which is installed in the LFS Book.</para>
|
||||
<para><command>--disable-syslogd</command> : This switch prevents
|
||||
<application>Inetutils</application> installing a System Log Daemon, which is
|
||||
installed in the <acronym>LFS</acronym> Book.</para>
|
||||
|
||||
<para><userinput>--with-wrap</userinput> : This option makes inetutils compile
|
||||
against tcp-wrappers. Omit this option if you didn't install tcp-wrappers.</para>
|
||||
<para><command>--with-wrap</command> : This switch makes <application>Inetutils
|
||||
</application> compile against <application>tcp-wrappers</application>. Omit
|
||||
this option if you didn't install <application>tcp-wrappers</application>.
|
||||
</para>
|
||||
|
||||
<para><userinput>--with-pam</userinput> : This option makes inetutils compile
|
||||
against for Linux-PAM. Add this option if you want to utilize PAM.</para>
|
||||
<para><command>--with-pam</command> : This switch makes <application>Inetutils
|
||||
</application> compile against for <application>Linux-<acronym>PAM</acronym>
|
||||
</application>. Add this option if you want to utilize <acronym>PAM</acronym>.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
|
@ -1,13 +1,14 @@
|
||||
<sect2>
|
||||
<title>Installation of inetutils</title>
|
||||
<title>Installation of <application>Inetutils</application></title>
|
||||
|
||||
<para>Install inetutils by running the following commands:</para>
|
||||
<para>Install <application>Inetutils</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
|
||||
<screen><userinput><command>./configure --prefix=/usr --disable-syslogd \
|
||||
--libexecdir=/usr/sbin --infodir=/usr/share/info \
|
||||
--mandir=/usr/share/man --with-wrap &&
|
||||
make &&
|
||||
make install </userinput></screen></para>
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,15 +1,22 @@
|
||||
<sect2>
|
||||
<title>Introduction to inetutils</title>
|
||||
<title>Introduction to <application>Inetutils</application></title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&inetutils-download-http;"/>
|
||||
Download location (FTP): <ulink url="&inetutils-download-ftp;"/>
|
||||
Version used: &inetutils-version;
|
||||
Package size: &inetutils-size;
|
||||
Estimated Disk space required: &inetutils-buildsize;</screen>
|
||||
<para>The <application>Inetutils</application> package contains network clients
|
||||
and servers.</para>
|
||||
|
||||
<para>The inetutils package contains network client's and server's.</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>
|
||||
|
||||
<sect3><title><application>Inetutils</application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="Linux_PAM"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
<screen>inetutils will utilize:
|
||||
<xref linkend="Linux_PAM"/></screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -9,3 +9,4 @@
|
||||
<!ENTITY inetutils-download-http "">
|
||||
<!ENTITY inetutils-download-ftp "ftp://ftp.gnu.org/gnu/inetutils/inetutils-1.4.2.tar.gz">
|
||||
<!ENTITY inetutils-size "1018 KB">
|
||||
<!ENTITY inetutils-time "">
|
||||
|
@ -14,7 +14,7 @@ have running on your machine.</para>
|
||||
&wget;
|
||||
&tcpwrappers;
|
||||
&portmap;
|
||||
<!-- &inetutils; -->
|
||||
&inetutils;
|
||||
&nfs-utils;
|
||||
&ncpfs;
|
||||
</chapter>
|
||||
|
@ -41,9 +41,9 @@ files range from about 289 KB to 408 KB.</para>
|
||||
<sect2><title>Installation of <application>KOffice</application></title>
|
||||
<para>Install <application>KOffice</application> with the following
|
||||
commands:</para>
|
||||
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug &&
|
||||
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug &&
|
||||
make &&
|
||||
make install</userinput></screen>
|
||||
make install</command></userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Command explanations</title>
|
||||
|
@ -35,7 +35,7 @@ url="http://ant.apache.org/">Apache Ant</ulink></para></sect4>
|
||||
<para>Download the General Polygon Clipper Library from <ulink
|
||||
url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/>.</para>
|
||||
|
||||
<para>Also download the various patches from <userinput><ulink url="&hfile-root;"/></userinput>.
|
||||
<para>Also download the various patches from <ulink url="&hfile-root;"/>.
|
||||
The <filename>openoffice-&openoffice-version;-no-pam.patch</filename> is needed only if
|
||||
Linux PAM is not installed. The <filename>openoffice-&openoffice-version;-no-mozab.patch</filename>
|
||||
disables building of <application>Mozilla</application> Addressbook which causes build problems since OpenOffice
|
||||
|
Loading…
Reference in New Issue
Block a user