Updating the default policy script paths for the new scripts organization.

This commit is contained in:
Seth Hall 2011-06-10 14:10:56 -04:00
parent 999b48e801
commit 270758267e

View file

@ -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;