commit: 536333b4797f9467438ce03086db6c372e89ba09 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Sep 28 18:20:11 2017 +0000 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org> CommitDate: Thu Oct 12 09:32:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536333b4
net-analyzer/munin: remove unused file Closes: https://github.com/gentoo/gentoo/pull/5816 net-analyzer/munin/files/logrotate.d-munin.2 | 30 ---------------------------- 1 file changed, 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 96a163accbd..00000000000 --- 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@ -}
