]> git.pld-linux.org Git - packages/bind.git/blob - named.logrotate
- up to 9.12.4; fixes CVE-2018-5740, CVE-2018-5738, CVE-2018-5737, CVE-2018-5745...
[packages/bind.git] / named.logrotate
1 /var/lib/named/named.log {
2     su root named
3     create 640 named named
4     postrotate
5             /bin/killall -HUP named
6     endscript
7 }
8                 
This page took 0.026669 seconds and 3 git commands to generate.