--- trunk/proftpd/proftpd.rc 2007/07/11 23:16:10 265 +++ trunk/proftpd/proftpd.rc 2010/03/03 19:08:46 991 @@ -12,11 +12,14 @@ source /etc/sysconfig/rc source $rc_functions +# read options +source /etc/conf.d/proftpd + case "$1" in start) echo -e ${COLOREDSTAR}"Starting proftpd daemon ..." start-stop-daemon --start --quiet --exec /usr/sbin/proftpd \ - --make-pidfile --pidfile /var/run/proftpd.pid + --make-pidfile --pidfile /var/run/proftpd.pid -- ${PROFTPD_OPTIONS} evaluate_retval update_svcstatus $1