core/apache/httpd.logrotate
Phil Miller 89f5fdf6ea * sync repo with chakra-core
- added some makedeps
- fixed some pkgs
- broken pkgs: 7
2010-05-18 14:39:29 +00:00

6 lines
136 B
Plaintext

/var/log/httpd/*log {
postrotate
/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}