1#!/bin/ksh 2# 3# $OpenBSD: dhcpleased,v 1.2 2022/10/14 10:41:43 kn Exp $ 4 5daemon="/sbin/dhcpleased" 6 7. /etc/rc.d/rc.subr 8 9rc_configtest() { 10 # use rc_exec here since daemon_flags may contain arguments with spaces 11 rc_exec "${daemon} -n ${daemon_flags}" 12} 13 14rc_reload=NO 15 16rc_cmd $1 17