33 lines
997 B
Diff
33 lines
997 B
Diff
|
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
|
||
|
index 90f8a73..6fa5b9e 100644
|
||
|
--- a/includes/dhcpd.h
|
||
|
+++ b/includes/dhcpd.h
|
||
|
@@ -1285,11 +1285,11 @@ typedef unsigned char option_mask [16];
|
||
|
#endif /* DEBUG */
|
||
|
|
||
|
#ifndef _PATH_DHCPD_DB
|
||
|
-#define _PATH_DHCPD_DB LOCALSTATEDIR"/db/dhcpd.leases"
|
||
|
+#define _PATH_DHCPD_DB LOCALSTATEDIR"/lib/dhcp/db/dhcpd.leases"
|
||
|
#endif
|
||
|
|
||
|
#ifndef _PATH_DHCPD6_DB
|
||
|
-#define _PATH_DHCPD6_DB LOCALSTATEDIR"/db/dhcpd6.leases"
|
||
|
+#define _PATH_DHCPD6_DB LOCALSTATEDIR"/lib/dhcp6/db/dhcpd6.leases"
|
||
|
#endif
|
||
|
|
||
|
#ifndef _PATH_DHCPD_PID
|
||
|
@@ -1319,11 +1319,11 @@ typedef unsigned char option_mask [16];
|
||
|
#endif
|
||
|
|
||
|
#ifndef _PATH_DHCLIENT_DB
|
||
|
-#define _PATH_DHCLIENT_DB LOCALSTATEDIR"/db/dhclient.leases"
|
||
|
+#define _PATH_DHCLIENT_DB LOCALSTATEDIR"/lib/dhcp/dhclient.leases"
|
||
|
#endif
|
||
|
|
||
|
#ifndef _PATH_DHCLIENT6_DB
|
||
|
-#define _PATH_DHCLIENT6_DB LOCALSTATEDIR"/db/dhclient6.leases"
|
||
|
+#define _PATH_DHCLIENT6_DB LOCALSTATEDIR"/lib/dhcp6/dhclient6.leases"
|
||
|
#endif
|
||
|
|
||
|
#ifndef _PATH_RESOLV_CONF
|