commit: 4b9cd1de4a4962f4d2df2b65ff31f0ec1a97de2d Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jan 22 11:48:28 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Jan 22 11:50:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9cd1de
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 <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14404 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> net-analyzer/suricata/files/suricata-logrotate | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/net-analyzer/suricata/files/suricata-logrotate b/net-analyzer/suricata/files/suricata-logrotate deleted file mode 100644 index 7b22283ec7c..00000000000 --- 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 -}
