Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/
Date: Wed, 28 Dec 2016 13:25:51
Message-Id: 1482931536.d6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d.slis@gentoo
1 commit: d6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 13:25:09 2016 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 13:25:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a9c58d
7
8 net-analyzer/suricata: postinst log message fix
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-analyzer/suricata/suricata-3.2-r1.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/net-analyzer/suricata/suricata-3.2-r1.ebuild b/net-analyzer/suricata/suricata-3.2-r1.ebuild
16 index ee724a5..0d4739e 100644
17 --- a/net-analyzer/suricata/suricata-3.2-r1.ebuild
18 +++ b/net-analyzer/suricata/suricata-3.2-r1.ebuild
19 @@ -156,5 +156,7 @@ pkg_postinst() {
20 if use debug; then
21 elog "You enabled the debug USE flag. Please read this link to report bugs upstream:"
22 elog "https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Reporting_Bugs"
23 + elog "You need to also ensure the FEATURES variable in make.conf contains the"
24 + elog "'nostrip' option to produce useful core dumps or back traces."
25 fi
26 }