#!/bin/ksh

daemon="/usr/local/sbin/dhcpd"
daemon_flags="-user _isc-dhcp -group _isc-dhcp"

. /etc/rc.d/rc.subr

rc_reload=NO

rc_cmd $1
