Fix logrotate config file (#725256)
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
771823363d
commit
70e2a7d863
@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.8.1
|
Version: 9.8.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -782,6 +782,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 07 2011 Adam Tkac <atkac redhat com> 32:9.8.1-1
|
||||||
- update to 9.8.1
|
- update to 9.8.1
|
||||||
- ship /etc/trusted-key.key (needed by dig)
|
- ship /etc/trusted-key.key (needed by dig)
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/var/named/data/named.run {
|
/var/named/data/named.run {
|
||||||
missingok
|
missingok
|
||||||
|
su named named
|
||||||
create 0644 named named
|
create 0644 named named
|
||||||
postrotate
|
postrotate
|
||||||
/sbin/service named reload 2> /dev/null > /dev/null || true
|
/sbin/service named reload 2> /dev/null > /dev/null || true
|
||||||
|
Loading…
Reference in New Issue
Block a user