mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Additional Bro to Zeek renaming
Most of these changes are either cmake-related or plugin-related. Added a new test "plugins/legacy.zeek" to test that legacy Bro plugins still work. Also added a symlink bro-path-dev.in because some legacy Bro packages won't install without it.
This commit is contained in:
parent
9d07e4f0b8
commit
fe3d508796
42 changed files with 344 additions and 131 deletions
|
@ -961,7 +961,7 @@ const std::string& bro_path()
|
|||
const char* path = getenv("BROPATH");
|
||||
|
||||
if ( ! path )
|
||||
path = DEFAULT_BROPATH;
|
||||
path = DEFAULT_ZEEKPATH;
|
||||
|
||||
bro_path_value = path;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue