move debugging to safe place (before vfork)
[oweals/busybox.git] / networking / udhcp / dhcpd.h
index 5debc838893b027d4fe025a3eb6db10f59d6bd4c..d53a809cac22a28af57179b8119d596e49f5c61e 100644 (file)
@@ -15,6 +15,7 @@
 
 /* the period of time the client is allowed to use that address */
 #define LEASE_TIME              (60*60*24*10) /* 10 days of seconds */
+#define LEASES_FILE            "/var/lib/misc/udhcpd.leases"
 
 /* where to find the DHCP server configuration file */
 #define DHCPD_CONF_FILE         "/etc/udhcpd.conf"