From d09218230ed6bfa76224afe1f2dbff9b30adbcf6 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 2 Feb 2018 16:40:05 +0100 Subject: [PATCH] app-admin/logstash-bin: remove unused file Closes: https://github.com/gentoo/gentoo/pull/7024 --- app-admin/logstash-bin/files/logstash.logrotate | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app-admin/logstash-bin/files/logstash.logrotate diff --git a/app-admin/logstash-bin/files/logstash.logrotate b/app-admin/logstash-bin/files/logstash.logrotate deleted file mode 100644 index 013c8ea921b9..000000000000 --- a/app-admin/logstash-bin/files/logstash.logrotate +++ /dev/null @@ -1,6 +0,0 @@ -/var/log/logstash/*.log { - copytruncate - compress - missingok - notifempty -} -- 2.26.2