#!/bin/ksh

daemon="/usr/local/sbin/nrpe -d"

. /etc/rc.d/rc.subr

rc_pre() {
	install -o _nrpe -d /var/run/nrpe
}

rc_cmd $1
