Changeset 620a57e for basicnet


Ignore:
Timestamp:
07/21/2004 07:36:20 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5b5ecb9
Parents:
39975e9
Message:

Added kernel_headers patch to Inetutils to build using Linux-2.6.x; added optional dependencies to Inetutils and xinetd; updated glossary

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2484 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/inetutils.xml

    r39975e9 r620a57e  
    3131</sect3>
    3232
     33<sect3><title>Additional downloads</title>
     34<itemizedlist spacing='compact'>
     35<listitem><para>Required Patch (If compiled using
     36<application>Linux</application>-2.6.x): <ulink
     37url="&patch-root;/inetutils-&inetutils-version;-kerner_headers-1.patch"/></para>
     38</listitem>
     39</itemizedlist>
     40</sect3>
     41
    3342<sect3><title><application>Inetutils</application> dependencies</title>
    3443<sect4><title>Optional</title>
    35 <para><xref linkend="Linux_PAM"/>, and <xref linkend="tcpwrappers"/></para></sect4>
     44<para><xref linkend="Linux_PAM"/>, <xref linkend="tcpwrappers"/> and
     45<xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para></sect4>
    3646</sect3>
    37 
    3847
    3948</sect2>
     
    4554commands:</para>
    4655
    47 <screen><userinput><command>./configure --prefix=/usr --disable-syslogd \
     56<screen><userinput><command>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch &amp;&amp;
     57./configure --prefix=/usr --disable-syslogd \
    4858    --libexecdir=/usr/sbin --infodir=/usr/share/info \
    4959    --sysconfdir=/etc --localstatedir=/var \
     
    5868<title>Command explanations</title>
    5969
    60 <para><option>--disable-syslogd</option>: This switch prevents
     70<para><parameter>--disable-syslogd</parameter>: This switch prevents
    6171<application>Inetutils</application> installing a System Log Daemon, which is
    6272installed in the <acronym>LFS</acronym> Book.</para>
    6373
    64 <para><option>--with-wrap</option>: This switch makes <application>Inetutils
    65 </application> compile against <application>tcp-wrappers</application>. Add
    66 this option if you want to utilize <application>tcp-wrappers</application>.
     74<para><option>--with-wrap</option>: This switch makes
     75<application>Inetutils</application> compile against
     76<application>tcp-wrappers</application>. Add this option if you want to
     77utilize <application>tcp-wrappers</application>.
    6778</para>
    6879
     
    7283<xref linkend="whois"/>.</para>
    7384
    74 <para><option>--with-pam</option>: This switch makes <application>Inetutils
    75 </application> link against <application>Linux-<acronym>PAM</acronym></application> libraries.
     85<para><option>--with-pam</option>: This switch makes
     86<application>Inetutils</application> link against
     87<application>Linux-<acronym>PAM</acronym></application> libraries.
    7688Add this option if you want to utilize <acronym>PAM</acronym>.
    7789</para>
     
    8092<application>Inetutils</application> are insecure in nature and in some cases
    8193better alternatives exist. You can choose this switch to enable only the
    82 servers you need, avoiding the  installation of unneeded servers.</para>
     94servers you need, avoiding the installation of unneeded servers.</para>
    8395
    8496</sect2>
     
    95107
    96108<sect3><title>ftp</title>
    97 <para><command>ftp</command> is a ARPANET file transfer client.</para></sect3>
     109<para><command>ftp</command> is an ARPANET file transfer client.</para></sect3>
    98110
    99111<sect3><title>logger</title>
     
    120132
    121133<sect3><title>telnet</title>
    122 <para><command>telnet</command> is a user interface to the TELNET protocol.</para></sect3>
     134<para><command>telnet</command> is a user interface to the TELNET
     135protocol.</para></sect3>
    123136
    124137<sect3><title>tftp</title>
     
    127140
    128141<sect3><title>whois</title>
    129 <para><command>whois</command> is a client for the whois directory service.</para></sect3>
     142<para><command>whois</command> is a client for the whois directory
     143service.</para></sect3>
    130144
    131145<sect3><title>ftpd</title>
    132 <para><command>ftpd</command> is a DARPA Internet File Transfer Protocol server.</para></sect3>
     146<para><command>ftpd</command> is a <acronym>DARPA</acronym> Internet File
     147Transfer Protocol server.</para></sect3>
    133148
    134149<sect3><title>inetd</title>
    135 <para><command>inetd</command> is a Internet super-server.</para></sect3>
     150<para><command>inetd</command> is an Internet super-server.</para></sect3>
    136151
    137152<sect3><title>rexecd</title>
     
    145160
    146161<sect3><title>talkd</title>
    147 <para><command>talkd</command> is a remote user communication server.</para></sect3>
     162<para><command>talkd</command> is a remote user communication
     163server.</para></sect3>
    148164
    149165<sect3><title>telnetd</title>
    150 <para><command>telnetd</command> is a DARPA TELNET protocol server.</para></sect3>
     166<para><command>telnetd</command> is a <acronym>DARPA</acronym> TELNET protocol
     167server.</para></sect3>
    151168
    152169<sect3><title>tftpd</title>
    153 <para><command>tftpd</command> is an Internet Trivial File Transfer Protocol server.</para></sect3>
     170<para><command>tftpd</command> is an Internet Trivial File Transfer Protocol
     171server.</para></sect3>
    154172
    155173<sect3><title>uucpd</title>
Note: See TracChangeset for help on using the changeset viewer.