From 84da0bf4754bdb695d2a984c2326992e52bba9e0 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Wed, 20 Feb 2008 22:29:52 +0000
Subject: udhcp: make paths configurable syslogd: trivial build fix

---
 networking/udhcp/dhcpd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'networking/udhcp/dhcpd.h')

diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index d97c8b8f7..0596e0620 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -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"
-- 
cgit v1.2.3-55-g6feb