#!/bin/ksh

daemon="/usr/local/sbin/havp"

. /etc/rc.d/rc.subr

rc_pre() {
	install -d -o _havp -g _havp /var/run/havp/ /var/tmp/havp/
}

rc_cmd $1
