mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Renaming the default loaded "init" scripts and added command line arg for "bare-mode"
- bro.init was renamed to base/init-bare.bro and base/all.bro was renamed to init-default.bro. - To run in "bare mode" with only the init-bare.bro and no other scripts from base/, use either -b or --bare-mode. - The environment variable to run in "bare mode" has been removed.
This commit is contained in:
parent
e60213ac11
commit
c4f4df6a79
28 changed files with 43 additions and 38 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# @TEST-EXEC: BRO_NO_BASE_SCRIPTS=1 bro %INPUT
|
||||
# @TEST-EXEC: bro -b %INPUT
|
||||
# @TEST-EXEC: btest-diff ssh.log
|
||||
|
||||
module SSH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue