chiark
/
gitweb
/
~mdw
/
mirror-admin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
dcf95e8
07b4b11
)
Merge branch 'master' into distorted
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 22 Feb 2013 01:15:07 +0000
(
01:15
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 22 Feb 2013 01:15:07 +0000
(
01:15
+0000)
* master:
etc/logrotate.conf: Actually rotate log files sometimes.
Conflicts:
etc/logrotate.conf
1
2
etc/logrotate.conf
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
etc/logrotate.conf
index 7294f61edf1442be3300c355aa54ba4e9494714e,601aeb5e3c90850edcff4cbf12f7231da001a895..ce3c186d3648763aac4ae124c086152aa5b99170
---
1
/
etc/logrotate.conf
---
2
/
etc/logrotate.conf
+++ b/
etc/logrotate.conf
@@@
-2,10
-2,10
+2,10
@@@
###
### Log rotation configuration for mirrors.
- compress
- rotate 31
- minsize 4194304
- daily
-
-/var/lib/mirror-admin/log/*.log {
+/var/lib/mirror/log/*.log {
+ compress
+ rotate 8
+ notifempty
+ weekly
+ create 0644
}