Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snort/
Date: Fri, 14 Oct 2016 13:54:29
Message-Id: 1476453254.dd784fb8f7b3f376e2dc5ec61c39bad4af153a70.zerochaos@gentoo
1 commit: dd784fb8f7b3f376e2dc5ec61c39bad4af153a70
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 13:53:27 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 13:54:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd784fb8
7
8 net-analyzer/snort: remove errant code block which should have been removed as part of USE=-* cleanup
9
10 Package-Manager: portage-2.3.1
11
12 net-analyzer/snort/snort-2.9.8.3-r1.ebuild | 6 ------
13 1 file changed, 6 deletions(-)
14
15 diff --git a/net-analyzer/snort/snort-2.9.8.3-r1.ebuild b/net-analyzer/snort/snort-2.9.8.3-r1.ebuild
16 index d0be6ef..6427629 100644
17 --- a/net-analyzer/snort/snort-2.9.8.3-r1.ebuild
18 +++ b/net-analyzer/snort/snort-2.9.8.3-r1.ebuild
19 @@ -196,12 +196,6 @@ src_install() {
20 sed -i -e 's|^include $RULE_PATH|# include $RULE_PATH|g' \
21 "${D}etc/snort/snort.conf.distrib" || die
22
23 - # Disable normalizer preprocessor config if normalizer USE flag not set.
24 - if ! use normalizer; then
25 - sed -i -e 's|^preprocessor normalize|#preprocessor normalize|g' \
26 - "${D}etc/snort/snort.conf.distrib" || die
27 - fi
28 -
29 # Set the configured DAQ to afpacket
30 sed -i -e 's|^# config daq: <type>|config daq: afpacket|g' \
31 "${D}etc/snort/snort.conf.distrib" || die