]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - dhcp/patches/dhcp-4.2.4-paths.patch
dhcp: Update to 4.2.5.
[ipfire-3.x.git] / dhcp / patches / dhcp-4.2.4-paths.patch
index a7375710af90cd7e49aa61d726ab2c0d74f867a3..52647ac162c705897c89dd7548667f23ef58b88d 100644 (file)
@@ -1,3 +1,15 @@
+diff -up dhcp-4.2.4-P2/doc/examples/dhcpd-dhcpv6.conf.paths dhcp-4.2.4-P2/doc/examples/dhcpd-dhcpv6.conf
+--- dhcp-4.2.4-P2/doc/examples/dhcpd-dhcpv6.conf.paths  2012-08-24 21:11:21.000000000 +0200
++++ dhcp-4.2.4-P2/doc/examples/dhcpd-dhcpv6.conf        2012-10-26 18:10:08.716560729 +0200
+@@ -42,7 +42,7 @@ option dhcp6.domain-search "test.example
+ option dhcp6.info-refresh-time 21600;
+ # The path of the lease file
+-dhcpv6-lease-file-name "/usr/local/var/db/dhcpd6.leases";
++dhcpv6-lease-file-name "/var/lib/dhcpd/dhcpd6.leases";
+ # Static definition (must be global)
+ host myclient {
 diff -up dhcp-4.2.4b1/includes/dhcpd.h.paths dhcp-4.2.4b1/includes/dhcpd.h
 --- dhcp-4.2.4b1/includes/dhcpd.h.paths        2012-04-18 11:12:34.000000000 +0200
 +++ dhcp-4.2.4b1/includes/dhcpd.h      2012-04-18 11:14:38.541272405 +0200