[svn-inject] Applying Debian modifications to trunk
[manu/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 }