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

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


commit ad6dbbdee6de252f15381884842a521af9bce50f
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         |    1 +
 named.conf.sample |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 69299b3..cc2b652 100644
--- a/bind.spec
+++ b/bind.spec
@@ -783,6 +783,7 @@ rm -rf ${RPM_BUILD_ROOT}
 %changelog
 * Fri May 03 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.3-0.5.rc1
 - Include recursion Warning in named.conf and named.conf.sample (#740894)
+- Include managed-keys-directory statement in named.conf.sample (#948026)
 
 * Thu May 02 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.3-0.4.rc1
 - Fix zone2sqlite to quote table names when creating/dropping/inserting (#919417)
diff --git a/named.conf.sample b/named.conf.sample
index 27bced7..038e712 100644
--- a/named.conf.sample
+++ b/named.conf.sample
@@ -72,6 +72,8 @@ options
 	dnssec-lookaside auto;
 
 	pid-file "/run/named/named.pid";
+
+	managed-keys-directory "/var/named/dynamic";
 };
 
 logging 


More information about the scm-commits mailing list