From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FDFE138350 for ; Wed, 22 Jan 2020 11:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9299BE08E8; Wed, 22 Jan 2020 11:51:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73F40E08E8 for ; Wed, 22 Jan 2020 11:51:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA4D034E345 for ; Wed, 22 Jan 2020 11:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BACD35 for ; Wed, 22 Jan 2020 11:51:06 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1579693858.4b9cd1de4a4962f4d2df2b65ff31f0ec1a97de2d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/files/suricata-logrotate X-VCS-Directories: net-analyzer/suricata/files/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4b9cd1de4a4962f4d2df2b65ff31f0ec1a97de2d X-VCS-Branch: master Date: Wed, 22 Jan 2020 11:51:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 717a887e-ec2b-4491-a56a-2bebfdac7eac X-Archives-Hash: e7fc171d76d94d5fb0f84727d415c53a commit: 4b9cd1de4a4962f4d2df2b65ff31f0ec1a97de2d Author: Marek Szuba gentoo org> AuthorDate: Wed Jan 22 11:48:28 2020 +0000 Commit: Marek Szuba gentoo 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 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 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 -}