Date: Wed, 6 Jun 2018 18:48:09 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471876 - branches/2018Q2/dns/unbound/files Message-ID: <201806061848.w56Im9Zj070264@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Wed Jun 6 18:48:08 2018 New Revision: 471876 URL: https://svnweb.freebsd.org/changeset/ports/471876 Log: MFH: r470572 dns/unbound: Fix errors when unbound_conf is set PR: 228390 Approved by: maintainer <jaap NLnetLabs nl> Approved by: ports-secteam (feld) Modified: branches/2018Q2/dns/unbound/files/unbound.in Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/dns/unbound/files/unbound.in ============================================================================== --- branches/2018Q2/dns/unbound/files/unbound.in Wed Jun 6 18:46:27 2018 (r471875) +++ branches/2018Q2/dns/unbound/files/unbound.in Wed Jun 6 18:48:08 2018 (r471876) @@ -23,7 +23,6 @@ rcvar=unbound_enable command="%%PREFIX%%/sbin/unbound" extra_commands="reload" start_precmd="start_precmd" -reload_precmd="%%PREFIX%%/sbin/unbound-checkconf ${unbound_conf} >/dev/null" load_rc_config $name @@ -32,6 +31,8 @@ unbound_enable=${unbound_enable:-"NO"} unbound_anchorflags=${unbound_anchorflags:-""} unbound_conf=${unbound_conf:-"%%ETCDIR%%/unbound.conf"} unbound_flags=${unbound_flags:-" -c ${unbound_conf}"} + +reload_precmd="%%PREFIX%%/sbin/unbound-checkconf ${unbound_conf} >/dev/null" start_precmd() {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806061848.w56Im9Zj070264>