update to dhcpd 3.1.0 and change bootup option to be quiet (not display the copyright...
[openwrt/svn-archive/archive.git] / net / dhcp / files / dhcpd.init
index 25f846645b8179c7e70ba6ca0f05b9b582238fe7..15159bb8e3a8ee332fae91d5c0bada204af4c2d0 100644 (file)
@@ -13,7 +13,7 @@ start() {
                touch $lease_file
        fi
        
-       /usr/sbin/dhcpd -cf $config_file -lf $lease_file
+       /usr/sbin/dhcpd -q -cf $config_file -lf $lease_file
        
        if [ $$ -eq 0 ]; then
                echo "  isc-dhcpd failed to start"