#!/bin/ksh

daemon="/usr/local/bin/c-icap"

. /etc/rc.d/rc.subr

rc_pre() {
	install -d -o _c-icap /var/run/c-icap
}

rc_cmd $1
