d3e04df
diff -up dhcp-4.1.1/includes/dhcpd.h.paths dhcp-4.1.1/includes/dhcpd.h
d3e04df
--- dhcp-4.1.1/includes/dhcpd.h.paths	2010-01-20 17:21:09.000000000 +0100
d3e04df
+++ dhcp-4.1.1/includes/dhcpd.h	2010-01-20 17:21:09.000000000 +0100
d3e04df
@@ -1342,15 +1342,15 @@ typedef unsigned char option_mask [16];
eff8af3
 #else /* !DEBUG */
eff8af3
 
eff8af3
 #ifndef _PATH_DHCPD_CONF
eff8af3
-#define _PATH_DHCPD_CONF	"/etc/dhcpd.conf"
eff8af3
+#define _PATH_DHCPD_CONF	"/etc/dhcp/dhcpd.conf"
7ebed4a
 #endif /* DEBUG */
7ebed4a
 
7ebed4a
 #ifndef _PATH_DHCPD_DB
7ebed4a
-#define _PATH_DHCPD_DB		LOCALSTATEDIR"/db/dhcpd.leases"
7ebed4a
+#define _PATH_DHCPD_DB		LOCALSTATEDIR"/dhcpd/dhcpd.leases"
7ebed4a
 #endif
7ebed4a
 
7ebed4a
 #ifndef _PATH_DHCPD6_DB
7ebed4a
-#define _PATH_DHCPD6_DB		LOCALSTATEDIR"/db/dhcpd6.leases"
7ebed4a
+#define _PATH_DHCPD6_DB		LOCALSTATEDIR"/dhcpd/dhcpd6.leases"
7ebed4a
 #endif
7ebed4a
 
7ebed4a
 #ifndef _PATH_DHCPD_PID
d3e04df
@@ -1364,7 +1364,7 @@ typedef unsigned char option_mask [16];
eff8af3
 #endif /* DEBUG */
eff8af3
 
eff8af3
 #ifndef _PATH_DHCLIENT_CONF
eff8af3
-#define _PATH_DHCLIENT_CONF	"/etc/dhclient.conf"
eff8af3
+#define _PATH_DHCLIENT_CONF	"/etc/dhcp/dhclient.conf"
eff8af3
 #endif
eff8af3
 
eff8af3
 #ifndef _PATH_DHCLIENT_SCRIPT
d3e04df
@@ -1380,11 +1380,11 @@ typedef unsigned char option_mask [16];
7ebed4a
 #endif
7ebed4a
 
7ebed4a
 #ifndef _PATH_DHCLIENT_DB
7ebed4a
-#define _PATH_DHCLIENT_DB	LOCALSTATEDIR"/db/dhclient.leases"
7ebed4a
+#define _PATH_DHCLIENT_DB	LOCALSTATEDIR"/dhclient/dhclient.leases"
7ebed4a
 #endif
7ebed4a
 
7ebed4a
 #ifndef _PATH_DHCLIENT6_DB
7ebed4a
-#define _PATH_DHCLIENT6_DB	LOCALSTATEDIR"/db/dhclient6.leases"
7ebed4a
+#define _PATH_DHCLIENT6_DB	LOCALSTATEDIR"/dhclient/dhclient6.leases"
7ebed4a
 #endif
7ebed4a
 
7ebed4a
 #ifndef _PATH_RESOLV_CONF