Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin/files: logrotate.d-munin
Date: Wed, 26 Aug 2009 20:32:33
Message-Id: E1MgSKp-0004sv-EP@stork.gentoo.org
1 robbat2 09/08/26 23:55:23
2
3 Added: logrotate.d-munin
4 Log:
5 Bug #254968: logrotate config file.
6 (Portage version: 2.2_rc38/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/munin/files/logrotate.d-munin
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/files/logrotate.d-munin?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/files/logrotate.d-munin?rev=1.1&content-type=text/plain
13
14 Index: logrotate.d-munin
15 ===================================================================
16 /var/log/munin/munin-node.log {
17 daily
18 missingok
19 rotate 7
20 compress
21 copytruncate
22 notifempty
23 create 640 root root
24 postrotate
25 /etc/init.d/munin-node restart 1>/dev/null || true
26 endscript
27 }
28
29 /var/log/munin/munin-update.log /var/log/munin/munin-graph.log /var/log/munin/munin-html.log /var/log/munin/munin-limits.log {
30 daily
31 missingok
32 rotate 7
33 compress
34 notifempty
35 nocreate
36 }