summaryrefslogblamecommitdiff
path: root/security/snort/files/patch-etc__snort.conf
blob: 66a94a5dc7aaa10e7cc364572225efb21793f004 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                           
--- ./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