#!/bin/ksh

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

. /etc/rc.d/rc.subr

rc_reload() {
	/usr/local/sbin/pdnsd-ctl config
}

rc_cmd $1
