bro scripts generated from bifs now install to $prefix/share/bro/base/

Addresses #545
This commit is contained in:
Jon Siwek 2011-08-10 17:16:26 -05:00
parent ac257c7a6d
commit 7b07a19cd6
3 changed files with 15 additions and 8 deletions

View file

@ -149,7 +149,7 @@ export {
# We keep a script-level copy of all filters so that we can manipulate them.
global filters: table[ID, string] of Filter;
@load logging.bif.bro # Needs Filter and Stream defined.
@load base/logging.bif # Needs Filter and Stream defined.
module Log;