openbsd-ports/net/bro/pkg
rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
..
bro.rc Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d 2018-01-11 19:27:01 +00:00
DESCR
PLIST Does not conflict with brotli anymore. 2017-10-12 17:53:52 +00:00
README Tweak. 2016-12-12 15:12:04 +00:00

$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.