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@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@gentoo.org>
This commit is contained in:
Marek Szuba
2020-01-22 11:48:28 +00:00
parent cb5baf209a
commit 4b9cd1de4a

View File

@@ -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
}