projects
/
certmaster.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bump version for release, clean up wrong versions in changelog.
[certmaster.git]
/
etc
/
certmaster_rotate
1
/var/log/certmaster/audit.log {
2
missingok
3
notifempty
4
rotate 4
5
weekly
6
postrotate
7
if [ -f /var/lock/subsys/certmasterd ]; then
8
/etc/init.d/certmasterd condrestart
9
fi
10
endscript
11
}
12
13
/var/log/certmaster/certmaster.log {
14
missingok
15
notifempty
16
rotate 4
17
weekly
18
}
19