net-analyzer/munin: remove unused file
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 28 Sep 2017 18:20:11 +0000 (20:20 +0200)
committerChristian Ruppert <idl0r@gentoo.org>
Thu, 12 Oct 2017 09:32:17 +0000 (11:32 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5816

net-analyzer/munin/files/logrotate.d-munin.2 [deleted file]

diff --git a/net-analyzer/munin/files/logrotate.d-munin.2 b/net-analyzer/munin/files/logrotate.d-munin.2
deleted file mode 100644 (file)
index 96a163a..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/var/log/munin/munin-node.log {
-       daily
-       missingok
-       rotate 7
-       compress
-       copytruncate
-       notifempty
-       create 640 root root
-       postrotate
-               /etc/init.d/munin-node restart 1>/dev/null || true
-       endscript
-}
-
-/var/log/munin/munin-update.log /var/log/munin/munin-graph.log /var/log/munin/munin-html.log /var/log/munin/munin-limits.log {
-       daily
-       missingok
-       rotate 7
-       compress
-       notifempty
-       nocreate
-}
-
-/var/log/munin/munin-cgi-graph.log /var/log/munin/munin-cgi-html.log {
-       daily
-       missingok
-       rotate 7
-       compress
-       notifempty
-       create 640 @CGIUSER@
-}