glfs/server/other/xinetd/xinetd-config-exp.xml
Larry Lawrence 5f5a393119 added leafnode and xinetd
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@124 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-24 01:47:45 +00:00

27 lines
823 B
XML

<sect2>
<title>Configuration command explanations</title>
<para><userinput>
cp /etc/xinetd.conf /etc/xinetd.conf.bak : </userinput>
Save the current xinetd.conf file, if it exists.</para>
<para><userinput>
sed -e 's/etc/sbin/g' xinetd/sample.config > /etc/xinetd.conf
:</userinput>
insure the path to all daemons is /usr/sbin, rather than the
default path of /usr/etc.</para>
<para><userinput>
ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc3.d/S300xinetd, etc. :
</userinput>
Create the xinetd runlevel symlinks to the xinetd boot script, used to
start and stop xinetd automatically on machine startup and
shutdown.</para>
<para>The format of the <filename>/etc/xinetd.conf</filename> is
documented in the xinetd.conf man page. Further information can be
found at <ulink url="http://www.xinetd.org"/>.</para>
</sect2>