Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/, net-analyzer/munin/
Date: Wed, 16 Jun 2021 19:10:20
Message-Id: 1623870602.c838287b737b39c9428b35b70ae841fda891ba6a.sam@gentoo
1 commit: c838287b737b39c9428b35b70ae841fda891ba6a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 16 19:06:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 16 19:10:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c838287b
7
8 net-analyzer/munin: add 'delaycompress' to logrotate files
9
10 Closes: https://bugs.gentoo.org/530310
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-analyzer/munin/files/logrotate.d-munin.3 | 3 +++
14 net-analyzer/munin/{munin-2.0.66.ebuild => munin-2.0.66-r1.ebuild} | 0
15 net-analyzer/munin/{munin-2.0.67-r1.ebuild => munin-2.0.67-r2.ebuild} | 0
16 3 files changed, 3 insertions(+)
17
18 diff --git a/net-analyzer/munin/files/logrotate.d-munin.3 b/net-analyzer/munin/files/logrotate.d-munin.3
19 index e7e1dda3fc6..2d3b6829762 100644
20 --- a/net-analyzer/munin/files/logrotate.d-munin.3
21 +++ b/net-analyzer/munin/files/logrotate.d-munin.3
22 @@ -3,6 +3,7 @@
23 missingok
24 rotate 7
25 compress
26 + delaycompress
27 copytruncate
28 notifempty
29 create 640 root root
30 @@ -17,6 +18,7 @@
31 missingok
32 rotate 7
33 compress
34 + delaycompress
35 notifempty
36 nocreate
37 }
38 @@ -26,6 +28,7 @@
39 missingok
40 rotate 7
41 compress
42 + delaycompress
43 notifempty
44 create 640 @CGIUSER@
45 }
46
47 diff --git a/net-analyzer/munin/munin-2.0.66.ebuild b/net-analyzer/munin/munin-2.0.66-r1.ebuild
48 similarity index 100%
49 rename from net-analyzer/munin/munin-2.0.66.ebuild
50 rename to net-analyzer/munin/munin-2.0.66-r1.ebuild
51
52 diff --git a/net-analyzer/munin/munin-2.0.67-r1.ebuild b/net-analyzer/munin/munin-2.0.67-r2.ebuild
53 similarity index 100%
54 rename from net-analyzer/munin/munin-2.0.67-r1.ebuild
55 rename to net-analyzer/munin/munin-2.0.67-r2.ebuild