Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/files/
Date: Wed, 22 Jan 2020 11:51:10
Message-Id: 1579693858.4b9cd1de4a4962f4d2df2b65ff31f0ec1a97de2d.marecki@gentoo
1 commit: 4b9cd1de4a4962f4d2df2b65ff31f0ec1a97de2d
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 11:48:28 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 11:50:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9cd1de
7
8 net-analyzer/suricata: remove custom logrotate config
9
10 Recent versions of suricata come with official logrotate configuration
11 and older versions have since been removed from the tree.
12
13 Suggested-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/14404
15
16 Package-Manager: Portage-2.3.84, Repoman-2.3.20
17 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
18
19 net-analyzer/suricata/files/suricata-logrotate | 10 ----------
20 1 file changed, 10 deletions(-)
21
22 diff --git a/net-analyzer/suricata/files/suricata-logrotate b/net-analyzer/suricata/files/suricata-logrotate
23 deleted file mode 100644
24 index 7b22283ec7c..00000000000
25 --- a/net-analyzer/suricata/files/suricata-logrotate
26 +++ /dev/null
27 @@ -1,10 +0,0 @@
28 -/var/log/suricata/*.log /var/log/suricata/*.json {
29 - rotate 3
30 - missingok
31 - nocompress
32 - create
33 - sharedscripts
34 - postrotate
35 - /etc/init.d/suricata relog
36 - endscript
37 -}