Ignore:
Timestamp:
09/24/2003 01:52:37 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7a74d2f
Parents:
40330fcd
Message:

Chapter 23 intro

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/xinetd/xinetd-config.xml

    r40330fcd rcce6b02e  
    11<sect2>
    2 <title>Configuring xinetd</title>
     2<title>Configuring <application>xinetd</application></title>
    33
    44<sect3><title>Config files</title>
     
    2525found at <ulink url="http://www.xinetd.org"/>.</para>
    2626
    27 <para>Create the xinetd boot script:</para>
     27<para>Create the <command>xinetd</command> boot script:</para>
    2828
    29 <screen><userinput><command>cat &gt; /etc/rc.d/init.d/xinetd &lt;&lt; "EOF"
     29<screen><userinput><command>cat &gt; /etc/rc.d/init.d/xinetd &lt;&lt; "EOF"</command>
    3030#!/bin/bash
    3131# Begin $rc_base/init.d/xinetd
     
    6161esac
    6262# End $rc_base/init.d/xinetd
    63 EOF
     63<command>EOF
    6464chmod 754 /etc/rc.d/init.d/xinetd</command></userinput></screen>
    6565
     
    7474ln -s  /etc/rc.d/init.d/xinetd /etc/rc.d/rc6.d/K49xinetd</command></userinput></screen>
    7575
    76 <para>Now, we'll use our new boot script to start xinetd: </para>
     76<para>Now, we'll use our new boot script to start <command>xinetd</command>: </para>
    7777
    7878<screen><userinput><command>/etc/rc.d/init.d/xinetd start</command></userinput></screen>
     
    8282similar to the following:</para>
    8383
    84 <screen><userinput><command>Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rlogind is not
     84<screen><userinput>Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rlogind is not
    8585executable [line=29]
    8686Aug 22 21:40:21 dps10 xinetd[2696]: Error parsing attribute server -
    8787DISABLING SERVICE [line=29]
    8888Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rshd is not
    89 executable [line=42]</command></userinput></screen>
     89executable [line=42]</userinput></screen>
    9090
    9191<para>These errors are due to the fact that we don't have most of the
    92 servers that xinetd is trying to control installed yet.</para>
     92servers that <command>xinetd</command> is trying to control installed yet.</para>
    9393
    9494</sect3>
Note: See TracChangeset for help on using the changeset viewer.