projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eaeaec
)
ulogd logs: Rotate daily, compress them (delayed), and keep 10, but do not rotate...
author
Peter Palfrader
<peter@palfrader.org>
Thu, 18 Mar 2010 12:58:16 +0000
(13:58 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 18 Mar 2010 12:58:16 +0000
(13:58 +0100)
modules/ferm/files/logrotate-ulogd
patch
|
blob
|
history
diff --git
a/modules/ferm/files/logrotate-ulogd
b/modules/ferm/files/logrotate-ulogd
index
4a8b95f
..
eaac01c
100644
(file)
--- a/
modules/ferm/files/logrotate-ulogd
+++ b/
modules/ferm/files/logrotate-ulogd
@@
-4,6
+4,11
@@
##
/var/log/ulog/*.log {
+ daily
+ compress
+ delaycompress
+ rotate 10
+ notifempty
missingok
sharedscripts
create 640 root adm