summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2009-03-23 15:14:00 +0000
committerAdam Tkac <atkac@fedoraproject.org>2009-03-23 15:14:00 +0000
commitf949b56cdbd5a653b041489f3973c6a6d1ae20e8 (patch)
treee009bd8b2b5504eb0b46fa6ee7ff70f2e5c296b2
parent913b3afd3d3608784e3dffcfab5361c62cba62c2 (diff)
downloadbind-f949b56cdbd5a653b041489f3973c6a6d1ae20e8.tar.gz
bind-f949b56cdbd5a653b041489f3973c6a6d1ae20e8.tar.xz
bind-f949b56cdbd5a653b041489f3973c6a6d1ae20e8.zip
- logrotate configuration file now points to /var/named/data/named.run bybind-9_6_0-11_1_P1_fc11
default (#489986)
-rw-r--r--bind.spec6
-rw-r--r--named.logrotate2
2 files changed, 6 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 8658bf2..56736e9 100644
--- a/bind.spec
+++ b/bind.spec
@@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.6.0
-Release: 11.%{PATCHVER}%{?dist}
+Release: 11.1.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -571,6 +571,10 @@ rm -rf ${RPM_BUILD_ROOT}
%ghost %{chroot_prefix}/etc/localtime
%changelog
+* Mon Mar 23 2009 Adam Tkac <atkac redhat com> 32:9.6.0-11.1.P1
+- logrotate configuration file now points to /var/named/data/named.run by
+ default (#489986)
+
* Tue Mar 17 2009 Adam Tkac <atkac redhat com> 32:9.6.0-11.P1
- fall back to insecure mode when no supported DNSSEC algorithm is found
instead of SERVFAIL
diff --git a/named.logrotate b/named.logrotate
index ccb66d9..1ba087a 100644
--- a/named.logrotate
+++ b/named.logrotate
@@ -1,4 +1,4 @@
-/var/log/named.log {
+/var/named/data/named.run {
missingok
create 0644 named named
postrotate