- Remove now useless patches - Add an rc script for daemon mode - move MESSAGE to README - set @mode 750 for minbif's datadir Seems to work fine against a pair of xmpp servers here.
12 lines
208 B
Bash
12 lines
208 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: minbif.rc,v 1.1 2013/09/24 15:34:49 landry Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/minbif -m 2"
|
|
daemon_flags="${SYSCONFDIR}/minbif.conf"
|
|
daemon_user="_minbif"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|