00ed774
diff -up dhcp-4.2.4-P2/doc/examples/dhcpd-dhcpv6.conf.paths dhcp-4.2.4-P2/doc/examples/dhcpd-dhcpv6.conf
00ed774
--- dhcp-4.2.4-P2/doc/examples/dhcpd-dhcpv6.conf.paths  2012-08-24 21:11:21.000000000 +0200
00ed774
+++ dhcp-4.2.4-P2/doc/examples/dhcpd-dhcpv6.conf        2012-10-26 18:10:08.716560729 +0200
00ed774
@@ -42,7 +42,7 @@ option dhcp6.domain-search "test.example
00ed774
 option dhcp6.info-refresh-time 21600;
00ed774
 
00ed774
 # The path of the lease file
00ed774
-dhcpv6-lease-file-name "/usr/local/var/db/dhcpd6.leases";
00ed774
+dhcpv6-lease-file-name "/var/lib/dhcpd/dhcpd6.leases";
00ed774
 
00ed774
 # Static definition (must be global)
00ed774
 host myclient {
b2ce0ea
diff -up dhcp-4.2.4b1/includes/dhcpd.h.paths dhcp-4.2.4b1/includes/dhcpd.h
b2ce0ea
--- dhcp-4.2.4b1/includes/dhcpd.h.paths	2012-04-18 11:12:34.000000000 +0200
b2ce0ea
+++ dhcp-4.2.4b1/includes/dhcpd.h	2012-04-18 11:14:38.541272405 +0200
b2ce0ea
@@ -1420,7 +1420,7 @@ typedef unsigned char option_mask [16];
b2ce0ea
 #else /* !DEBUG */
b2ce0ea
 
b2ce0ea
 #ifndef _PATH_DHCPD_CONF
b2ce0ea
-#define _PATH_DHCPD_CONF	"/etc/dhcpd.conf"
b2ce0ea
+#define _PATH_DHCPD_CONF	"/etc/dhcp/dhcpd.conf"
b2ce0ea
 #endif /* DEBUG */
b2ce0ea
 
b2ce0ea
 #ifndef _PATH_DHCPD_DB
b2ce0ea
@@ -1442,11 +1442,11 @@ typedef unsigned char option_mask [16];
b2ce0ea
 #endif /* DEBUG */
b2ce0ea
 
b2ce0ea
 #ifndef _PATH_DHCLIENT_CONF
b2ce0ea
-#define _PATH_DHCLIENT_CONF	"/etc/dhclient.conf"
b2ce0ea
+#define _PATH_DHCLIENT_CONF	"/etc/dhcp/dhclient.conf"
b2ce0ea
 #endif
b2ce0ea
 
b2ce0ea
 #ifndef _PATH_DHCLIENT_SCRIPT
b2ce0ea
-#define _PATH_DHCLIENT_SCRIPT	"/sbin/dhclient-script"
b2ce0ea
+#define _PATH_DHCLIENT_SCRIPT	"/usr/sbin/dhclient-script"
b2ce0ea
 #endif
b2ce0ea
 
b2ce0ea
 #ifndef _PATH_DHCLIENT_PID