Update changelog
[manu/suphp.git] / debian / suphp-common.logrotate
1 /var/log/suphp/*.log {
2         daily
3         rotate 7
4         missingok
5         compress
6         delaycompress
7         notifempty
8         create 640 root adm
9 }