$OpenBSD: README,v 1.1 2013/09/24 15:34:48 landry Exp $

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

First, edit ${SYSCONFDIR}/minbif/minbif.conf to suit your needs.
Then, either start it in daemon fork mode (will fork for every client)
using the provided rc.d(8) script, or start it through inetd, adding a
line like the following to /etc/inetd.conf:

127.0.0.1:6667    stream  tcp     nowait _minbif ${TRUEPREFIX}/bin/minbif minbif ${SYSCONFDIR}/minbif/minbif.conf

inetd(8) must be reloaded (or started). To enable it at boot, the
following line needs to be added to rc.conf.local(5):
inetd_flags=
