Hide Forgot
after named logs rotated, named continues writing to named_log.1. /etc/logrotate.d/named should be: /var/log/named.log { /usr/bin/killall -HUP named }
I believe that /usr/sbin/ndc restart might be preferable.
i see. agreed. that, or, perhaps, /etc/rc.d/init.d/named restart. whichever you think is cleaner.
I've added named.logrotate in bind-8.2.1. Thanks for the suggestion. BTW, I did the killall -HUP instead of ndc restart so that the path to ndc was not wired into the logrotate script.