[bind/f18] Include managed-keys-directory statement in named.conf.sample (#948026)

Tomas Hozza thozza at fedoraproject.org
Mon May 13 11:11:30 UTC 2013


commit 32f175f5425de812695001af94cd14cfd4a5b1a5
Author: Tomas Hozza <thozza at redhat.com>
Date:   Fri May 3 12:55:45 2013 +0200

    Include managed-keys-directory statement in named.conf.sample (#948026)
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 bind.spec         |    3 ++-
 named.conf.sample |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 9600d3b..d17b8e0 100644
--- a/bind.spec
+++ b/bind.spec
@@ -778,8 +778,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
-* Fri Apr 19 2013 Adam Tkac <atkac redhat com> 32:9.9.2-11.P2
+* Fri May 03 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.2-11.P2
 - fix crash in nsupdate when processing "-r" parameter (#949544)
+- Include managed-keys-directory statement in named.conf.sample (#948026)
 
 * Wed Mar 27 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.2-10.P2
 - New upstream patch version fixing CVE-2013-2266 (#928032)
diff --git a/named.conf.sample b/named.conf.sample
index 659fdc9..47ff3d4 100644
--- a/named.conf.sample
+++ b/named.conf.sample
@@ -60,6 +60,8 @@ options
 
 	/* Enable DLV by default, use built-in ISC DLV key. */
 	dnssec-lookaside auto;
+
+	managed-keys-directory "/var/named/dynamic";
 };
 
 logging 


More information about the scm-commits mailing list