summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2013-05-03 12:55:45 +0200
committerTomas Hozza <thozza@redhat.com>2013-05-03 12:55:45 +0200
commitad6dbbdee6de252f15381884842a521af9bce50f (patch)
treef7f118c6ff6078e7bc963bd127470e120503b5b3
parentd0fda061350943f2c64a67185ecec236d99e8023 (diff)
downloadbind-ad6dbbdee6de252f15381884842a521af9bce50f.tar.gz
bind-ad6dbbdee6de252f15381884842a521af9bce50f.tar.xz
bind-ad6dbbdee6de252f15381884842a521af9bce50f.zip
Include managed-keys-directory statement in named.conf.sample (#948026)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r--bind.spec1
-rw-r--r--named.conf.sample2
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@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@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