* Fix a lot of lintian warnings and errors
[quix0rs-apt-p2p.git] / debian / apt-p2p.logrotate
1 /var/log/apt-p2p.log {
2         weekly
3         rotate 8
4         missingok
5         notifempty
6         nocompress
7         start 1
8         prerotate
9             rm -f /var/log/apt-p2p.log.[0-9][0-9]
10         endscript
11         postrotate
12             invoke-rc.d --quiet apt-p2p restart > /dev/null
13         endscript
14 }