]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: add support for external log rotation tools
authorMark Andrews <marka@isc.org>
Wed, 31 Jul 2024 08:48:51 +0000 (08:48 +0000)
committerMark Andrews <marka@isc.org>
Wed, 31 Jul 2024 08:48:51 +0000 (08:48 +0000)
Add two mechanisms to close open log files.  The first is `rndc closelogs`.  The second is `kill -USR1 <pid>`.
They are intended to be used with external log rotation tools.

Closes #4780

Merge branch '4780-add-support-for-external-log-rotation-tools' into 'main'

Closes #4780

See merge request isc-projects/bind9!9113


Trivial merge