diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2016-10-14 09:53:27 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2016-10-14 09:54:14 -0400 |
commit | dd784fb8f7b3f376e2dc5ec61c39bad4af153a70 (patch) | |
tree | ee621d1dd81258cd4f973194f35624b0823a306c /net-analyzer/snort | |
parent | dev-ros/test_diagnostic_aggregator: fix build with gcc6, bug #594192 (diff) | |
download | gentoo-dd784fb8f7b3f376e2dc5ec61c39bad4af153a70.tar.gz gentoo-dd784fb8f7b3f376e2dc5ec61c39bad4af153a70.tar.bz2 gentoo-dd784fb8f7b3f376e2dc5ec61c39bad4af153a70.zip |
net-analyzer/snort: remove errant code block which should have been removed as part of USE=-* cleanup
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r-- | net-analyzer/snort/snort-2.9.8.3-r1.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net-analyzer/snort/snort-2.9.8.3-r1.ebuild b/net-analyzer/snort/snort-2.9.8.3-r1.ebuild index d0be6ef93330..642762973ab0 100644 --- a/net-analyzer/snort/snort-2.9.8.3-r1.ebuild +++ b/net-analyzer/snort/snort-2.9.8.3-r1.ebuild @@ -196,12 +196,6 @@ src_install() { sed -i -e 's|^include $RULE_PATH|# include $RULE_PATH|g' \ "${D}etc/snort/snort.conf.distrib" || die - # Disable normalizer preprocessor config if normalizer USE flag not set. - if ! use normalizer; then - sed -i -e 's|^preprocessor normalize|#preprocessor normalize|g' \ - "${D}etc/snort/snort.conf.distrib" || die - fi - # Set the configured DAQ to afpacket sed -i -e 's|^# config daq: <type>|config daq: afpacket|g' \ "${D}etc/snort/snort.conf.distrib" || die |