projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Delay compression of shorewall log files
[chef.git]
/
cookbooks
/
networking
/
templates
/
default
/
logrotate.shorewall.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
3
/var/log/<%= @name %>-init.log {
4
weekly
5
rotate 4
6
compress
7
delaycompress
8
missingok
9
create 0640 root adm
10
}