This commit is contained in:
ajacoutot 2016-12-12 15:12:04 +00:00
parent fa4add1462
commit cb8fdf5d6d
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.32 2016/12/09 13:14:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.33 2016/12/12 15:12:04 ajacoutot Exp $
COMMENT= network analysis and security monitoring framework
DISTNAME= bro-2.5
REVISION= 2
REVISION= 3
SHARED_LIBS += broccoli 5.1 # 5.1

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.7 2016/12/02 10:05:06 ajacoutot Exp $
$OpenBSD: README,v 1.8 2016/12/12 15:12:04 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -14,8 +14,8 @@ configured under:
${SYSCONFDIR}/bro/node.cfg
And the configuration and policies must be installed and deployed by running:
broctl install
broctl deploy # this will start bro(8)
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):