net-analyzer/snort: remove errant code block which should have been removed as part...
authorZero_Chaos <zerochaos@gentoo.org>
Fri, 14 Oct 2016 13:53:27 +0000 (09:53 -0400)
committerZero_Chaos <zerochaos@gentoo.org>
Fri, 14 Oct 2016 13:54:14 +0000 (09:54 -0400)
Package-Manager: portage-2.3.1

net-analyzer/snort/snort-2.9.8.3-r1.ebuild

index d0be6ef933300db579cf1708163d188ed0457fc3..642762973ab0f25e6b393385ee2e782ac3f00fe4 100644 (file)
@@ -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