aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscheckengine/files/patch-contrib_dnscheck-dispatcher.sh
blob: bc9b80e8438fd70ef917b406f643cec8993cdfb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- contrib/dnscheck-dispatcher.sh.orig
+++ contrib/dnscheck-dispatcher.sh
@@ -20,7 +20,7 @@
 
 name="dnscheck_dispatcher"
 rcvar=dnscheck_dispatcher_enable
-command="/usr/local/bin/dnscheck-dispatcher"
+command="%%PREFIX%%/libexec/dnscheck/dnscheck-dispatcher"
 
 pidfile="${utility_pidfile}"