|
@@ -7,6 +7,9 @@
|
|
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
|
|
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
|
|
INTERFACES=""
|
|
INTERFACES=""
|
|
|
|
|
|
|
|
+# Allow a few customizations from a config file
|
|
|
|
+test -r /etc/default/dhcpd.conf && . /etc/default/dhcpd.conf
|
|
|
|
+
|
|
# Sanity checks
|
|
# Sanity checks
|
|
test -f /usr/sbin/dhcpd || exit 0
|
|
test -f /usr/sbin/dhcpd || exit 0
|
|
test -f /etc/dhcp/dhcpd.conf || exit 0
|
|
test -f /etc/dhcp/dhcpd.conf || exit 0
|