glfs/server/other/xinetd/xinetd-config-exp.xml
Larry Lawrence 1c931a156e update to docbook-xsl-1.60.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@701 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-15 15:55:29 +00:00

16 lines
813 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/S23xinetd</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>