From 7873425f722a93dfd150b8addd361d839f9c9ceb Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Mon, 15 Dec 2014 11:50:58 -0500 Subject: Store OpenAppID files under SNORTDIR with other rules. --- config/snort/snort_defs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/snort/snort_defs.inc b/config/snort/snort_defs.inc index aa4b2dc9..43ecada6 100644 --- a/config/snort/snort_defs.inc +++ b/config/snort/snort_defs.inc @@ -57,7 +57,7 @@ if (!defined("SNORT_SID_MODS_PATH")) if (!defined("SNORT_IPREP_PATH")) define("SNORT_IPREP_PATH", "{$g['vardb_path']}/snort/iprep/"); if (!defined('SNORT_APPID_ODP_PATH')) - define('SNORT_APPID_ODP_PATH', "{$g['vardb_path']}/snort/app/"); + define('SNORT_APPID_ODP_PATH', SNORTDIR . "/appid/"); // Rules filenames, download URLs and prefixes. // Be sure to include the trailing backslash on URLs. -- cgit v1.2.3