mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Add /sbin to PATH in btest.cfg
This commit is contained in:
commit
1e66c6718a
3 changed files with 9 additions and 2 deletions
7
CHANGES
7
CHANGES
|
@ -1,9 +1,16 @@
|
|||
|
||||
2.3-913 | 2015-05-06 09:58:00 -0700
|
||||
|
||||
* Add /sbin to PATH in btest.cfg and remove duplicate default_path.
|
||||
(Daniel Thayer)
|
||||
|
||||
2.3-911 | 2015-05-04 09:58:09 -0700
|
||||
|
||||
* Update usage output and list of command line options. (Daniel
|
||||
Thayer)
|
||||
|
||||
* Fix to ssh/geo-data.bro for unset directions. (Vlad Grigorescu)
|
||||
|
||||
* Improve SIP logging and remove reporter messages. (Seth Hall)
|
||||
|
||||
2.3-905 | 2015-04-29 17:01:30 -0700
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3-911
|
||||
2.3-913
|
||||
|
|
|
@ -13,7 +13,7 @@ BRO_PLUGIN_PATH=
|
|||
TZ=UTC
|
||||
LC_ALL=C
|
||||
BTEST_PATH=%(testbase)s/../../aux/btest
|
||||
PATH=%(testbase)s/../../build/src:%(testbase)s/../scripts:%(testbase)s/../../aux/btest:%(testbase)s/../../build/aux/bro-aux/bro-cut:%(default_path)s:%(testbase)s/../../aux/btest/sphinx:%(default_path)s
|
||||
PATH=%(testbase)s/../../build/src:%(testbase)s/../scripts:%(testbase)s/../../aux/btest:%(testbase)s/../../build/aux/bro-aux/bro-cut:%(testbase)s/../../aux/btest/sphinx:%(default_path)s:/sbin
|
||||
TRACES=%(testbase)s/Traces
|
||||
FILES=%(testbase)s/Files
|
||||
SCRIPTS=%(testbase)s/../scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue