]> granicus.if.org Git - apache/blob - build/rpm/httpd.logrotate
Update remaining 2004 copyright notices.
[apache] / build / rpm / httpd.logrotate
1 /var/log/httpd/*log {
2     missingok
3     notifempty
4     sharedscripts
5     postrotate
6         /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
7     endscript
8 }