diff options
Diffstat (limited to 'dns/pdnsd/files/pdnsd.sh')
-rw-r--r-- | dns/pdnsd/files/pdnsd.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/pdnsd/files/pdnsd.sh b/dns/pdnsd/files/pdnsd.sh index 4795f23879ac..b5d6453eafd0 100644 --- a/dns/pdnsd/files/pdnsd.sh +++ b/dns/pdnsd/files/pdnsd.sh @@ -2,9 +2,9 @@ case $1 in start) - if [ -x /usr/local/sbin/pdnsd -a -f /usr/local/etc/pdnsd.conf ]; then - /usr/local/sbin/pdnsd -d - echo ' pdnsd' + if [ -x %%PREFIX%%/sbin/pdnsd -a -f %%PREFIX%%/etc/pdnsd.conf ]; then + %%PREFIX%%/sbin/pdnsd -d + echo -n ' pdnsd' fi ;; stop) |