From 270758267efde4b18bd5b1a700d7ad484a23eb75 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Fri, 10 Jun 2011 14:10:56 -0400 Subject: [PATCH] Updating the default policy script paths for the new scripts organization. --- src/util.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/util.cc b/src/util.cc index f0c38009af..6c3f39bf72 100644 --- a/src/util.cc +++ b/src/util.cc @@ -853,8 +853,9 @@ const char* bro_path() if ( ! path ) path = ".:" POLICYDEST ":" - POLICYDEST "/sigs:" - POLICYDEST "/time-machine:" + POLICYDEST "/detectors:" + POLICYDEST "/frameworks:" + POLICYDEST "/protocols:" POLICYDEST "/site"; return path;