mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 09:37:17 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@124 af4574ff-66df-0310-9fd7-8a98e5e911e0
27 lines
823 B
XML
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>
|
|
|