projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cbf973
)
net-analyzer/suricata: postinst log message fix
author
Slawomir Lis
<slis@gentoo.org>
Wed, 28 Dec 2016 13:25:09 +0000
(14:25 +0100)
committer
Slawomir Lis
<slis@gentoo.org>
Wed, 28 Dec 2016 13:25:36 +0000
(14:25 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-analyzer/suricata/suricata-3.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/suricata/suricata-3.2-r1.ebuild
b/net-analyzer/suricata/suricata-3.2-r1.ebuild
index ee724a581968c7c5b7d771a2ca0e9c8c1184425c..0d4739e6309294db066d309296187dcec3181725 100644
(file)
--- 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
}