-if [ ! -f /var/state/dhcp/dhcpd.leases ] ; then
- touch /var/state/dhcp/dhcpd.leases
+if [ ! -f /var/db/dhcpd.leases ] ; then
+ touch /var/db/dhcpd.leases
fi
diff --git a/net/dhcp/init.d/dhcp.conf b/net/dhcp/init.d/dhcp.conf
index 61a2b07..1a0898c 100644
--- a/net/dhcp/init.d/dhcp.conf
+++ b/net/dhcp/init.d/dhcp.conf
@@ -1,3 +1,6 @@
-# Device which you want the DHCP server to listen on
+# Device(s) which you want the DHCP server to listen on
# Leave blank if you want to listen on all devices
-DEVICE=eth1
+DEVICE="eth1"
+
+# For the arguments and description see dhcpd(8)
+DHCPD_ARGS=""
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6263f900bfcc37e1b34e50c7fe94d0c173bfdffe),
Vlad Glagolev, 07/04/2012