From: kn Date: Mon, 10 Oct 2022 12:07:53 +0000 (+0000) Subject: Enable configtest X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1dd3101c0d3b04dc592e425e95a44f5bc953d9b4;p=openbsd Enable configtest OK solene --- diff --git a/etc/rc.d/dhcpd b/etc/rc.d/dhcpd index 30a4dcd3e4d..147cc3ba3fb 100644 --- a/etc/rc.d/dhcpd +++ b/etc/rc.d/dhcpd @@ -1,11 +1,16 @@ #!/bin/ksh # -# $OpenBSD: dhcpd,v 1.3 2018/01/11 19:52:12 rpe Exp $ +# $OpenBSD: dhcpd,v 1.4 2022/10/10 12:07:53 kn Exp $ daemon="/usr/sbin/dhcpd" . /etc/rc.d/rc.subr +rc_configtest() { + # use rc_exec here since daemon_flags may contain arguments with spaces + rc_exec "${daemon} -n ${daemon_flags}" +} + rc_reload=NO rc_pre() {