ajacoutot bd0652ca4c Conflict with archivers/brotli. 7 gadi atpakaļ
..
DESCR caf22f5b14 Long overdue update to bro-2.4.1. 8 gadi atpakaļ
PLIST bd0652ca4c Conflict with archivers/brotli. 7 gadi atpakaļ
README cb8fdf5d6d Tweak. 8 gadi atpakaļ
bro.rc b80174936d Use setrlimit() in broctl, at least 256 FDs are needed. 8 gadi atpakaļ

README

$OpenBSD: README,v 1.8 2016/12/12 15:12:04 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Note that most broctl(8) commands must be run as root.

Post-install steps
==================

Before starting bro(8) for the first time, the "interface" must be properly
configured under:
${SYSCONFDIR}/bro/node.cfg

And the configuration and policies must be installed and deployed by running:
broctl deploy
This command will run broctl(8) with the check, install, and restart arguments.

It's also recommended to enable housekeeping tasks by adding the following
entry into root's crontab(5):
*/5 * * * * ${TRUEPREFIX}/bin/broctl cron

See https://www.bro.org/sphinx/quickstart/index.html for details.