Ignore:
Timestamp:
02/01/2003 04:51:51 PM (21 years ago)
Author:
Billy O 'Connor <billyoc@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
123c844
Parents:
9a88a3b9
Message:

<screen> formatting fixes.

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

File:
1 edited

Legend:

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

    r9a88a3b9 r7319b78  
    33<para>Create the xinetd.conf file with the following commands: </para>
    44
    5 <para><screen><userinput>
    6 cp /etc/xinetd.conf /etc/xinetd.conf.bak
    7 sed -e 's/etc/sbin/g' xinetd/sample.conf &gt; /etc/xinetd.conf
    8 </userinput></screen></para>
     5<para><screen><userinput>cp /etc/xinetd.conf /etc/xinetd.conf.bak
     6sed -e 's/etc/sbin/g' xinetd/sample.conf &gt; /etc/xinetd.conf</userinput></screen></para>
    97
    108<sect3><title>Config files</title>
     
    1210
    1311<para>Create the xinetd boot script:</para>
    14 <para><screen><userinput>
    15 cat &gt; /etc/rc.d/init.d/xinetd &lt;&lt; "EOF"
     12<para><screen><userinput>cat &gt; /etc/rc.d/init.d/xinetd &lt;&lt; "EOF"
    1613#!/bin/bash
    1714# Begin $rc_base/init.d/xinetd
     
    4744esac
    4845# End $rc_base/init.d/xinetd
    49 EOF
     46EOF</userinput></screen></para>
    5047
    51 </userinput></screen></para>
    5248<para>Add the run level symlinks:</para>
    53 <para><screen><userinput>
    54 chmod 754 /etc/rc.d/init.d/xinetd &amp;&amp;
     49
     50<para><screen><userinput>chmod 754 /etc/rc.d/init.d/xinetd &amp;&amp;
    5551ln -s  /etc/rc.d/init.d/xinetd /etc/rc.d/rc0.d/K49xinetd &amp;&amp;
    5652ln -s  /etc/rc.d/init.d/xinetd /etc/rc.d/rc1.d/K49xinetd &amp;&amp;
     
    6359
    6460<para>Now, we'll use our new boot script to start xinetd: </para>
    65 <para><screen><userinput>
    66 /etc/rc.d/init.d/xinetd start
    67 </userinput></screen></para>
     61<para><screen><userinput>/etc/rc.d/init.d/xinetd start</userinput></screen></para>
    6862
    6963<para>Checking the <filename>/var/log/daemon.log</filename> file
     
    7165similar to the following: </para>
    7266
    73 <para><screen><userinput>
    74 Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rlogind is not
     67<para><screen><userinput>Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rlogind is not
    7568executable [line=29]
    7669Aug 22 21:40:21 dps10 xinetd[2696]: Error parsing attribute server -
    7770DISABLING SERVICE [line=29]
    7871Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rshd is not
    79 executable [line=42]
    80 </userinput></screen></para>
     72executable [line=42]</userinput></screen></para>
    8173
    8274<para>These errors are due to the fact that we don't have most of the
Note: See TracChangeset for help on using the changeset viewer.