#!/bin/ksh

daemon="/usr/local/sbin/nhttpd"

. /etc/rc.d/rc.subr

rc_pre() {
	install -d -o _nostromo /var/run/nostromo
}

rc_cmd $1
