Fix permissions to make git-buildpackage shut up
[hcoop/zz_old/debian/suphp.git] / debian / suphp-common.logrotate
1 /var/log/suphp/*.log {
2 daily
3 missingok
4 compress
5 delaycompress
6 notifempty
7 create 640 root adm
8 }