From: Marek Szuba Date: Wed, 22 Jan 2020 11:48:28 +0000 (+0000) Subject: net-analyzer/suricata: remove custom logrotate config X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4b9cd1de4a4962f4d2df2b65ff31f0ec1a97de2d;p=gentoo.git net-analyzer/suricata: remove custom logrotate config Recent versions of suricata come with official logrotate configuration and older versions have since been removed from the tree. Suggested-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/14404 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marek Szuba --- diff --git a/net-analyzer/suricata/files/suricata-logrotate b/net-analyzer/suricata/files/suricata-logrotate deleted file mode 100644 index 7b22283ec7cf..000000000000 --- a/net-analyzer/suricata/files/suricata-logrotate +++ /dev/null @@ -1,10 +0,0 @@ -/var/log/suricata/*.log /var/log/suricata/*.json { - rotate 3 - missingok - nocompress - create - sharedscripts - postrotate - /etc/init.d/suricata relog - endscript -}