From: Zero_Chaos Date: Fri, 14 Oct 2016 13:53:27 +0000 (-0400) Subject: net-analyzer/snort: remove errant code block which should have been removed as part... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dd784fb8f7b3f376e2dc5ec61c39bad4af153a70;p=gentoo.git net-analyzer/snort: remove errant code block which should have been removed as part of USE=-* cleanup Package-Manager: portage-2.3.1 --- 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: |config daq: afpacket|g' \ "${D}etc/snort/snort.conf.distrib" || die