projects
/
privoxy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* Build HTML, text, and PDF versions of the documentation from source.
[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
}