freebsd-ports/security/snort/files/patch-etc__snort.conf
Cheng-Lung Sung 8d9fa9a732 - Update to 2.8.6
- name for one patch has changed from patch-snort.conf to patch-etc__snort.conf
  (easier to build diffs with 'make makepatch')
- snort.conf was replaced with the version shiped in the rules tarball
  (Maybe users shoud be pointed to the Changelog)

PR:		ports/146155
Submitted by:	olli hauer <ohauer_AT_gmx dot de>
2010-07-09 12:57:30 +00:00

15 lines
614 B
Text

--- ./etc/snort.conf.orig 2010-03-19 20:41:00.000000000 +0100
+++ ./etc/snort.conf 2010-04-27 22:26:53.000000000 +0200
@@ -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