mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add bin_dir
setting for default zkg config file
Which defaults to `${zeek_install_prefix}/bin`, same as what a standalone `zkg autoconfig` would use.
This commit is contained in:
parent
8fb30f1d62
commit
c553df5dfe
4 changed files with 11 additions and 2 deletions
8
CHANGES
8
CHANGES
|
@ -1,3 +1,11 @@
|
|||
|
||||
4.1.0-dev.402 | 2021-03-24 15:49:52 -0700
|
||||
|
||||
* Add `bin_dir` setting for default zkg config file (Jon Siwek, Corelight)
|
||||
|
||||
Which defaults to `${zeek_install_prefix}/bin`, same as what a
|
||||
standalone `zkg autoconfig` would use.
|
||||
|
||||
4.1.0-dev.400 | 2021-03-23 20:44:19 -0700
|
||||
|
||||
* whitespace tweaks (Vern Paxson, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.0-dev.400
|
||||
4.1.0-dev.402
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7768b46d8c578df4046f6a6df5483056489cb5c4
|
||||
Subproject commit ee49fd2932474acd96b789a00d31e1e84a483e38
|
|
@ -6,3 +6,4 @@ zeek = https://github.com/zeek/packages
|
|||
state_dir = @ZEEK_ZKG_STATE_DIR@
|
||||
script_dir = @ZEEK_SCRIPT_INSTALL_PATH@/site
|
||||
plugin_dir = @BRO_PLUGIN_INSTALL_PATH@
|
||||
bin_dir = @CMAKE_INSTALL_PREFIX@/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue