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 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 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