ports/security/snort/files/patch-etc__snort.conf
Ryan Steinmetz 8b8ed1280f - Add CONFLICTS for security/snort3
- Pet portlint

PR:		234699
Requested by:	Vinícius Zavam <egypcio@FreeBSD.org>
2019-01-07 19:40:53 +00:00

15 lines
566 B
Text

--- ./etc/snort.conf.orig 2010-03-19 21:41:00 UTC
+++ ./etc/snort.conf
@@ -57,9 +57,9 @@
# Path to your rules files (this can be a relative path)
# Note for Windows users: You are advised to make this an absolute path,
# such as: c:\snort\rules
-var RULE_PATH ../rules
-var SO_RULE_PATH ../so_rules
-var PREPROC_RULE_PATH ../preproc_rules
+var RULE_PATH ./rules
+var SO_RULE_PATH ./so_rules
+var PREPROC_RULE_PATH ./preproc_rules
###################################################
# Step #2: Configure the decoder. For more information, see README.decode