[dhcp/f17] fix path to dhcpd6.leases in dhcpd6.conf.sample (#870458)

Jiří Popelka jpopelka at fedoraproject.org
Fri Oct 26 16:44:03 UTC 2012


commit 59013a0755138a53c0a4ffe8589b19b8c2b897a8
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Fri Oct 26 18:14:44 2012 +0200

    fix path to dhcpd6.leases in dhcpd6.conf.sample (#870458)

 dhcp-4.2.4-paths.patch |   12 ++++++++++++
 dhcp.spec              |    5 ++++-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/dhcp-4.2.4-paths.patch b/dhcp-4.2.4-paths.patch
index a737571..52647ac 100644
--- a/dhcp-4.2.4-paths.patch
+++ b/dhcp-4.2.4-paths.patch
@@ -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
diff --git a/dhcp.spec b/dhcp.spec
index e1cfa85..e423111 100644
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -18,7 +18,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.2.4
-Release:  16.%{patchver}%{?dist}
+Release:  17.%{patchver}%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -583,6 +583,9 @@ fi
 
 
 %changelog
+* Fri Oct 26 2012 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.4-17.P2
+- fix path to dhcpd6.leases in dhcpd6.conf.sample (#870458)
+
 * Thu Oct 11 2012 Adam Tkac <atkac redhat com> - 12:4.2.4-16.P2
 - rebuild against new bind-libs-lite
 


More information about the scm-commits mailing list