#!/bin/ksh

daemon="/usr/local/sbin/dhcpcd"
daemon_flags="-Mq"

. /etc/rc.d/rc.subr

pexp="dhcpcd:.*manager.*"

rc_cmd $1
