* New upstream version.
[privoxy.git] / debian / logrotate
1 /var/log/privoxy/logfile {
2         create 0640 privoxy adm
3         missingok
4         weekly
5         rotate 7
6         compress
7         postrotate
8                 touch /etc/privoxy/config
9         endscript
10 }
11
12 /var/log/privoxy/jarfile {
13         create 0640 privoxy adm
14         missingok
15         weekly
16         rotate 7
17         compress
18         postrotate
19                 touch /etc/privoxy/config
20         endscript
21 }