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 ) if ( ! path )
path = ".:" path = ".:"
POLICYDEST ":" POLICYDEST ":"
POLICYDEST "/sigs:" POLICYDEST "/detectors:"
POLICYDEST "/time-machine:" POLICYDEST "/frameworks:"
POLICYDEST "/protocols:"
POLICYDEST "/site"; POLICYDEST "/site";
return path; return path;