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 6BEFE139085 for ; Fri, 30 Dec 2016 17:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C220DE0BFD; Fri, 30 Dec 2016 17:18:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A09E3E0BFD for ; Fri, 30 Dec 2016 17:18:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A58053416C9 for ; Fri, 30 Dec 2016 17:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B339A24C5 for ; Fri, 30 Dec 2016 07:50:39 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1483084422.4b0a9ae167be4dc0cc9db385c84fd705a1b64301.slis@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: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 4b0a9ae167be4dc0cc9db385c84fd705a1b64301 X-VCS-Branch: master Date: Fri, 30 Dec 2016 07:50:39 +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-Archives-Salt: 9730c5c0-fb56-4faf-aa74-af140b46edfb X-Archives-Hash: 61c1442bcc5eef32001b8a3081fdaf4c commit: 4b0a9ae167be4dc0cc9db385c84fd705a1b64301 Author: Slawomir Lis gentoo org> AuthorDate: Fri Dec 30 07:53:42 2016 +0000 Commit: Slawek Lis gentoo org> CommitDate: Fri Dec 30 07:53:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0a9ae1 net-analyzer/suricata: updated logrotate config file Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/suricata/files/suricata-logrotate | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/net-analyzer/suricata/files/suricata-logrotate b/net-analyzer/suricata/files/suricata-logrotate index 0dc145b..a8edcc6 100644 --- a/net-analyzer/suricata/files/suricata-logrotate +++ b/net-analyzer/suricata/files/suricata-logrotate @@ -1,6 +1,15 @@ -/var/log/suricata/* { - missingok - postrotate - /etc/init.d/suricata reload - endscript -} +--- /usr/portage/net-analyzer/suricata/files/suricata-logrotate 2016-12-28 10:34:11.000000000 +0100 ++++ /usr/local/portage/net-analyzer/suricata/files/suricata-logrotate 2016-12-29 08:59:51.390256659 +0100 +@@ -1,6 +1,10 @@ +-/var/log/suricata/* { ++/var/log/suricata/*.log /var/log/suricata/*.json { ++ rotate 3 + missingok ++ nocompress ++ create ++ sharedscripts + postrotate +- /etc/init.d/suricata reload ++ /etc/init.d/suricata relog + endscript + }