e83fb19
diff -up dhcp-4.3.0a1/doc/examples/dhcpd-dhcpv6.conf.paths dhcp-4.3.0a1/doc/examples/dhcpd-dhcpv6.conf
e83fb19
--- dhcp-4.3.0a1/doc/examples/dhcpd-dhcpv6.conf.paths	2013-11-07 20:15:08.000000000 +0100
e83fb19
+++ dhcp-4.3.0a1/doc/examples/dhcpd-dhcpv6.conf	2013-12-19 15:34:16.262247711 +0100
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 {
e83fb19
diff -up dhcp-4.3.0a1/includes/dhcpd.h.paths dhcp-4.3.0a1/includes/dhcpd.h
e83fb19
--- dhcp-4.3.0a1/includes/dhcpd.h.paths	2013-12-19 15:34:16.253247840 +0100
e83fb19
+++ dhcp-4.3.0a1/includes/dhcpd.h	2013-12-19 15:34:16.263247697 +0100
e83fb19
@@ -1429,7 +1429,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
e83fb19
@@ -1451,11 +1451,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