mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
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:
parent
efbd22a33f
commit
e89182dcc0
5 changed files with 28 additions and 2 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue