added back an interval to restart
This commit is contained in:
parent
5c5cdca146
commit
d28e3c8a26
@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: BSD-like
|
License: BSD-like
|
||||||
Version: 9.3.3
|
Version: 9.3.3
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 30
|
Epoch: 30
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -776,6 +776,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
:;
|
:;
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 10 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-7
|
||||||
|
- added back an interval to restart
|
||||||
|
|
||||||
* Mon Oct 30 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-6
|
* Mon Oct 30 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-6
|
||||||
- fix for #200465: named-checkzone and co. cannot be run as non-root user
|
- fix for #200465: named-checkzone and co. cannot be run as non-root user
|
||||||
- fix for #212348: chroot'd named causes df permission denied error
|
- fix for #212348: chroot'd named causes df permission denied error
|
||||||
|
@ -244,6 +244,7 @@ rhstatus() {
|
|||||||
}
|
}
|
||||||
restart() {
|
restart() {
|
||||||
stop
|
stop
|
||||||
|
sleep 2
|
||||||
start
|
start
|
||||||
}
|
}
|
||||||
reload() {
|
reload() {
|
||||||
|
Loading…
Reference in New Issue
Block a user