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 6C67C139085 for ; Wed, 28 Dec 2016 13:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B16C0E0CBA; Wed, 28 Dec 2016 13:25:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8E54EE0CBA for ; Wed, 28 Dec 2016 13:25:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 66C9E33E142 for ; Wed, 28 Dec 2016 13:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B9AD4A0 for ; Wed, 28 Dec 2016 13:25:47 +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: <1482931536.d6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/suricata-3.2-r1.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: d6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d X-VCS-Branch: master Date: Wed, 28 Dec 2016 13:25:47 +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: 6ab2ee66-d124-4c9b-b423-6e9d4ac41a08 X-Archives-Hash: c45b5ec345ba7559fcf4d1ae185a942c commit: d6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d Author: Slawomir Lis gentoo org> AuthorDate: Wed Dec 28 13:25:09 2016 +0000 Commit: Slawek Lis gentoo org> CommitDate: Wed Dec 28 13:25:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a9c58d net-analyzer/suricata: postinst log message fix Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/suricata/suricata-3.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/suricata/suricata-3.2-r1.ebuild b/net-analyzer/suricata/suricata-3.2-r1.ebuild index ee724a5..0d4739e 100644 --- a/net-analyzer/suricata/suricata-3.2-r1.ebuild +++ b/net-analyzer/suricata/suricata-3.2-r1.ebuild @@ -156,5 +156,7 @@ pkg_postinst() { if use debug; then elog "You enabled the debug USE flag. Please read this link to report bugs upstream:" elog "https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Reporting_Bugs" + elog "You need to also ensure the FEATURES variable in make.conf contains the" + elog "'nostrip' option to produce useful core dumps or back traces." fi }