mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
83578cdb27
PR: ports/121103 Submitted by: Jo Rhett <jrhett_AT_netconsonance dot com> Reviewed by: clsung
14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
--- etc/snort.conf.orig Thu Aug 5 11:55:37 2004
|
|
+++ etc/snort.conf Wed Aug 11 15:52:47 2004
|
|
@@ -106,8 +106,8 @@
|
|
# 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 RULE_PATH ./rules
|
|
-var PREPROC_RULE_PATH ../preproc_rules
|
|
+var PREPROC_RULE_PATH ./preproc_rules
|
|
|
|
# Configure the snort decoder
|
|
# ============================
|