78e1f2ee01
Fri Jan 24 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.1-16 - Put a sleep in restart to make sure stop completes Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Jan 07 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.1-14 - Separate /etc/rndc.key to separate file Tue Jan 07 2003 Nalin Dahyabhai <nalin@redhat.com> 9.2.1-13 - Use openssl's pkgconfig data, if available, at build-time. Mon Jan 06 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.1-12 - Fix log rotate to use service named reload - Change service named reload to give success/failure message [73770] - Fix File checking [75710] - Begin change to automatically run in CHROOT environment Tue Dec 24 2002 Daniel Walsh <dwalsh@redhat.com> 9.2.1-10 - Fix startup script to work like all others. Mon Dec 16 2002 Daniel Walsh <dwalsh@redhat.com> 9.2.1-9 - Fix configure to build on x86_64 platforms
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
/var/log/named.log {
|
|
missingok
|
|
create 0644 named named
|
|
postrotate
|
|
/sbin/service named reload 2> /dev/null || true
|
|
endscript
|
|
}
|