Changeset 620a57e for server


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
  • 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.