diff options
Diffstat (limited to 'dns/dnscheckengine/files/patch-contrib_dnscheck-dispatcher.sh')
-rw-r--r-- | dns/dnscheckengine/files/patch-contrib_dnscheck-dispatcher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnscheckengine/files/patch-contrib_dnscheck-dispatcher.sh b/dns/dnscheckengine/files/patch-contrib_dnscheck-dispatcher.sh index 5aa9989f5e45..bc9b80e8438f 100644 --- a/dns/dnscheckengine/files/patch-contrib_dnscheck-dispatcher.sh +++ b/dns/dnscheckengine/files/patch-contrib_dnscheck-dispatcher.sh @@ -6,7 +6,7 @@ $FreeBSD$ @@ -20,7 +20,7 @@ name="dnscheck_dispatcher" - rcvar=`set_rcvar` + rcvar=dnscheck_dispatcher_enable -command="/usr/local/bin/dnscheck-dispatcher" +command="%%PREFIX%%/libexec/dnscheck/dnscheck-dispatcher" |