#!/bin/sh daemon="/usr/local/sbin/dhcpd" daemon_flags="-q" . /etc/rc.d/rc.subr rc_reload=NO rc_pre() { touch /var/db/dhcpd.leases } rc_cmd $1