udhcp: make paths configurable

syslogd: trivial build fix
This commit is contained in:
Denis Vlasenko
2008-02-20 22:29:52 +00:00
parent e376d454bb
commit 84da0bf475
4 changed files with 21 additions and 3 deletions

View File

@@ -10,7 +10,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"
#define LEASES_FILE CONFIG_DHCPD_LEASES_FILE
/* where to find the DHCP server configuration file */
#define DHCPD_CONF_FILE "/etc/udhcpd.conf"