summaryrefslogtreecommitdiff
path: root/net-analyzer
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2016-12-28 14:25:09 +0100
committerSlawomir Lis <slis@gentoo.org>2016-12-28 14:25:36 +0100
commitd6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d (patch)
tree74c16cfb9e124d2b62c58827e534063b0f585026 /net-analyzer
parent5cbf973742fbeb68a2b145d9631a1fa22804f677 (diff)
downloadgentoo-d6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d.tar.gz
gentoo-d6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d.tar.xz
net-analyzer/suricata: postinst log message fix
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/suricata/suricata-3.2-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/suricata/suricata-3.2-r1.ebuild b/net-analyzer/suricata/suricata-3.2-r1.ebuild
index ee724a58196..0d4739e6309 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
}