app-admin/logstash-bin: remove unused file
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 2 Feb 2018 15:40:05 +0000 (16:40 +0100)
committerAmy Liffey <amynka@gentoo.org>
Sat, 3 Feb 2018 19:15:19 +0000 (20:15 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7024

app-admin/logstash-bin/files/logstash.logrotate [deleted file]

diff --git a/app-admin/logstash-bin/files/logstash.logrotate b/app-admin/logstash-bin/files/logstash.logrotate
deleted file mode 100644 (file)
index 013c8ea..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/var/log/logstash/*.log {
-        copytruncate
-        compress
-        missingok
-        notifempty
-}