summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-09-28 20:20:11 +0200
committerChristian Ruppert <idl0r@gentoo.org>2017-10-12 11:32:17 +0200
commit536333b4797f9467438ce03086db6c372e89ba09 (patch)
tree0f33c6936c3af4e82e7ee5b2ebb97784bd887167
parentnet-analyzer/nagstamon: remove unused file (diff)
downloadgentoo-536333b4797f9467438ce03086db6c372e89ba09.tar.gz
gentoo-536333b4797f9467438ce03086db6c372e89ba09.tar.bz2
gentoo-536333b4797f9467438ce03086db6c372e89ba09.zip
net-analyzer/munin: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/5816
-rw-r--r--net-analyzer/munin/files/logrotate.d-munin.230
1 files changed, 0 insertions, 30 deletions
diff --git a/net-analyzer/munin/files/logrotate.d-munin.2 b/net-analyzer/munin/files/logrotate.d-munin.2
deleted file mode 100644
index 96a163accbd6..000000000000
--- a/net-analyzer/munin/files/logrotate.d-munin.2
+++ /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@
-}