chiark
/
gitweb
/
~mdw
/
tripe
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Documentation restructuring: provide a useful overview.
[tripe]
/
debian
/
tripe.logrotate
1
/var/log/tripe/tripe.log {
2
rotate 7
3
weekly
4
compress
5
postrotate
6
kill -HUP `cat /var/run/tripectl.pid`
7
endscript
8
missingok
9
}