<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>