af_packet: Avoid Zeek script double-loading problems

The plugin mechanism automatically picks up the scripts folder for
plugin-related Zeek scripts. When a package's zkg.meta also declares the scripts
folder the location for package-level scripts, the scripts get installed
redundantly in two places. Zeek cannot recognize them as duplicates, triggering
various errors relating to double-defined symbols.

This moves the package-level scripts to a subdirectory with a placeholder. The
placeholder avoids the zkg install-time warning, whose original fix in e3aea1
introduced this problem.
This commit is contained in:
Christian Kreibich 2022-01-12 11:41:36 -08:00 committed by Tim Wojtulewicz
parent 74f9d11776
commit 96384be689

View file

@ -0,0 +1 @@
# This package currently doesn't have any generic script functionality.