--- dhcpd 2006-11-13 00:22:00.000000000 +0100 +++ /etc/rc.d/dhcpd 2007-04-22 00:00:17.000000000 +0200 @@ -1,5 +1,8 @@ #!/bin/bash +# source application-specific settings +[ -f /etc/conf.d/dhcpd ] && . /etc/conf.d/dhcpd + . /etc/rc.conf . /etc/rc.d/functions @@ -9,7 +12,7 @@ start) stat_busy "Starting DHCP Server" if [ "$PID" = "" ]; then - /usr/sbin/dhcpd -q + /usr/sbin/dhcpd $DHCPD_ARGS fi if [ "$PID" != "" -o $? -gt 0 ]; then stat_fail