Changes to make running bro from build dir easier.

The 'bro-path-dev' script is configured at make time to echo the
right paths to policy files.
This commit is contained in:
Jon Siwek 2010-12-06 11:30:52 -06:00
parent efbd22a33f
commit e89182dcc0
5 changed files with 28 additions and 2 deletions

View file

@ -776,7 +776,7 @@ const char* bro_path()
{
const char* path = getenv("BROPATH");
if ( ! path )
path = ".:policy:policy/sigs:policy/time-machine:"
path = ".:"
POLICYDEST ":"
POLICYDEST "/sigs:"
POLICYDEST "/time-machine:"