projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e4bfe
)
Add a logrotate config for the save_summary elog module since it's enabled by default...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 23 Jun 2007 00:26:08 +0000
(
00:26
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 23 Jun 2007 00:26:08 +0000
(
00:26
-0000)
svn path=/main/branches/2.1.2/; revision=6963
cnf/logrotate.d/elog-save-summary
[new file with mode: 0644]
patch
|
blob
diff --git a/cnf/logrotate.d/elog-save-summary
b/cnf/logrotate.d/elog-save-summary
new file mode 100644
(file)
index 0000000..
282956f
--- /dev/null
+++ b/
cnf/logrotate.d/elog-save-summary
@@ -0,0
+1,8
@@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+# Rotate the log created by the save_summary elog module.
+
+/var/log/portage/elog/summary.log {
+ missingok
+}