From af4c00b1fe265ede8ba04b4aefc30e94475d913a Mon Sep 17 00:00:00 2001 From: zi Date: Tue, 25 Oct 2011 20:11:35 +0000 Subject: - Make SOURCEFIRE option enabled by default to ensure all rules function out of the box. Requested by: Dean Freeman --- security/snort/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') diff --git a/security/snort/Makefile b/security/snort/Makefile index 8c14b8991aeb..4f65bf7375c2 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -41,7 +41,7 @@ OPTIONS= IPV6 "Enable IPv6 support" on \ PRELUDE "Enable Prelude NIDS integration" off \ LRGPCAP "Enable pcaps larger than 2GB" off \ SNORTSAM "Unofficial Snortsam Patch" off \ - SOURCEFIRE "Enable Sourcefire specific build options" off \ + SOURCEFIRE "Enable Sourcefire specific build options" on \ DBGSNORT "Enable debugging symbols+core dumps" off .include -- cgit