Changeset 620a57e


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r39975e9 r620a57e  
    114114<glossdef><para>Concurrent Versions System</para></glossdef></glossentry>
    115115
     116<glossentry id="gDARPA"><glossterm><acronym>DARPA</acronym></glossterm>
     117<glossdef><para>Directory Address Resolution Protocol Allocation</para></glossdef></glossentry>
     118
    116119<glossentry id="gDEC"><glossterm><acronym>DEC</acronym></glossterm>
    117120<glossdef><para>Digital Equipment Corporation</para></glossdef></glossentry>
  • 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>
  • introduction/welcome/changelog.xml

    r39975e9 r620a57e  
    1919<itemizedlist>
    2020
     21<listitem><para>July 21st, 2004 [randy]: Added kernel_headers patch and
     22additional optional dependencies to inetutils instructions. Added DARPA to
     23the glossary. Added tcp_wrappers to xinetd optional dependencies.</para>
     24</listitem>
     25
    2126<listitem><para>July 21st, 2004 [randy]: Fixed Shadow instructions: build
    2227using GCC-3.4.x, moving /usr/bin/passwd and added cracklib notes.
  • server/other/xinetd.xml

    r39975e9 r620a57e  
    3232</sect3>
    3333
     34<sect3><title><application>xinetd</application> dependencies</title>
     35<sect4><title>Optional</title>
     36<para><xref linkend="tcpwrappers"/></para></sect4>
     37</sect3>
     38
    3439</sect2>
    3540
     
    3742<title>Installation of <application>xinetd</application></title>
    3843
    39 <para>Install <application>xinetd</application> by running the following commands:</para>
     44<para>Install <application>xinetd</application> by running the following
     45commands:</para>
    4046
    4147<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    4955
    5056<sect3><title>Config files</title>
    51 
    5257<para><filename>/etc/xinetd.conf</filename></para>
    53 
    5458</sect3>
    5559
    5660<sect3><title>Configuration Information</title>
    5761
    58 <para>Ensure the path to all daemons is <filename
    59 class="directory">/usr/sbin</filename>, rather than the default path of
    60 <filename class="directory">/usr/etc</filename> by running the following
     62<para>Ensure the path to all daemons is
     63<filename class="directory">/usr/sbin</filename>, rather than the default path
     64of <filename class="directory">/usr/etc</filename>, and install the
     65<application>xinetd</application> configuration file by running the following
    6166command:</para>
    6267
     
    6974
    7075<para>Install the <filename>/etc/rc.d/init.d/xinetd</filename>
    71 init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    72                                                                                                                
     76init script included in the <xref linkend="intro-important-bootscripts"/>
     77package.</para>
     78
    7379<screen><userinput><command>make install-xinetd</command></userinput></screen>
    7480
    75 <para>Now, we'll use our new boot script to start <command>xinetd</command>: </para>
     81<para>Now, use the new boot script to start <command>xinetd</command>: </para>
    7682
    7783<screen><userinput><command>/etc/rc.d/init.d/xinetd start</command></userinput></screen>
     
    8187similar to the following:</para>
    8288
    83 <screen><userinput>Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rlogind is not
     89<screen><userinput>Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rlogind is not 
    8490executable [line=29]
    8591Aug 22 21:40:21 dps10 xinetd[2696]: Error parsing attribute server -
     
    8894executable [line=42]</userinput></screen>
    8995
    90 <para>These errors are because most of the
    91 servers <command>xinetd</command> is trying to control are not installed yet.</para>
     96<para>These errors are because most of the servers <command>xinetd</command>
     97is trying to control are not installed yet.</para>
    9298
    9399</sect3>
     
    114120
    115121<sect3><title>xconv.pl</title>
    116 <para><command>xconv.pl</command> is a <application>Perl</application> script used for converting
    117 <filename>inetd.conf</filename> files to <filename>xinetd.conf</filename>
    118 format, similar to <command>itox</command>.</para></sect3>
     122<para><command>xconv.pl</command> is a <application>Perl</application> script
     123used for converting <filename>inetd.conf</filename> files to
     124<filename>xinetd.conf</filename> format, similar to
     125<command>itox</command>.</para></sect3>
    119126
    120127</sect2>
Note: See TracChangeset for help on using the changeset viewer.