summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2013-10-30 12:41:51 +0100
committerTomas Hozza <thozza@redhat.com>2013-10-30 12:45:06 +0100
commit93a69bb1610995fdcceb43380d275a85f6a60588 (patch)
treef72ddc0228ca5d46b104821bc9ed6544d5d8dce1 /bind.spec
parent09394b223af2c3aa27472496c764e5d6ad8bf7c3 (diff)
downloadbind-93a69bb1610995fdcceb43380d275a85f6a60588.tar.gz
bind-93a69bb1610995fdcceb43380d275a85f6a60588.tar.xz
bind-93a69bb1610995fdcceb43380d275a85f6a60588.zip
Added session-keyfile statement into default named.conf since we use /run/named
Since we don't use default /var/run/named path for PID file, we should not use it also for Dynamic DNS session key. Therefore the following line was added into the named.conf: session-keyfile "/run/named/session.key"; Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bind.spec b/bind.spec
index 40049c3..32cc86c 100644
--- a/bind.spec
+++ b/bind.spec
@@ -797,6 +797,7 @@ rm -rf ${RPM_BUILD_ROOT}
* Tue Oct 29 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.4-4
- Use upstream version of patch for previously fixed #794940
- Create symlink /var/named/chroot/var/run -> /var/named/chroot/run
+- Added session-keyfile statement into default named.conf since we use /run/named
* Fri Oct 18 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.4-3
- Fix race condition on send buffers in dighost.c (#794940)