2 # Begin $rc_base/init.d/xinetd
4 # Based on sysklogd script from LFS-3.1 and earlier.
5 # Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
12 echo "Starting xinetd..."
13 loadproc
/usr
/sbin
/xinetd
17 echo "Stopping xinetd..."
18 killproc
/usr
/sbin
/xinetd
22 echo "Reloading xinetd..."
33 statusproc
/usr
/sbin
/xinetd
37 echo "Usage: $0 {start|stop|reload|restart|status}"
42 # End $rc_base/init.d/xinetd