Zitat
cal_fs all local file systems are mounted
# (most services should need this!)
# $remote_fs all remote file systems are mounted
# (note that /usr may be remote, so
# many services should Require this!)
# $syslog system logging facility up
# $network low level networking (eth card, ...)
# $named hostname resolution available
# $netdaemons all network daemons are running
# Check for missing binaries (stale symlinks should not happen)
PROFTPD_BIN=/usr/local/sbin/proftpd/sbin/proftpd
test -x $PROFTPD_BIN || exit 5
# Check for existence of needed config file and read it
PROFTPD_CONFIG=/etc/proftpd.conf
test -r $PROFTPD_CONFIG || exit 6
# . $PROFTPD_CONFIG
. /etc/rc.status
# Reset status of this service
rc_reset
ist das script welches ich von der site hier habe