diff options
| author | Adam Tkac <atkac@redhat.com> | 2011-09-09 12:55:09 +0200 |
|---|---|---|
| committer | Adam Tkac <atkac@redhat.com> | 2011-09-09 12:55:09 +0200 |
| commit | 70e2a7d863a5c56df8a2c699277c98f5f7738d6e (patch) | |
| tree | 58baff8d78f4ed36c381749d6c6e6b59ce9c51b4 | |
| parent | 771823363d52e9032e122c3e676da03cd8e50acd (diff) | |
| download | bind-70e2a7d863a5c56df8a2c699277c98f5f7738d6e.tar.gz bind-70e2a7d863a5c56df8a2c699277c98f5f7738d6e.tar.xz bind-70e2a7d863a5c56df8a2c699277c98f5f7738d6e.zip | |
Fix logrotate config file (#725256)
Signed-off-by: Adam Tkac <atkac@redhat.com>
| -rw-r--r-- | bind.spec | 5 | ||||
| -rw-r--r-- | named.logrotate | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -782,6 +782,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Fri Sep 09 2011 Adam Tkac <atkac redhat com> 32:9.8.1-2 +- fix logrotate config file (#725256) + * Wed Sep 07 2011 Adam Tkac <atkac redhat com> 32:9.8.1-1 - update to 9.8.1 - ship /etc/trusted-key.key (needed by dig) diff --git a/named.logrotate b/named.logrotate index 1ba087a..4ed78cc 100644 --- a/named.logrotate +++ b/named.logrotate @@ -1,5 +1,6 @@ /var/named/data/named.run { missingok + su named named create 0644 named named postrotate /sbin/service named reload 2> /dev/null > /dev/null || true |
