mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
1c931a156e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@701 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
813 B
XML
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>
|
|
|