aboutsummaryrefslogtreecommitdiff
path: root/net/pdnsd/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-01-28 07:51:34 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-01-28 07:51:34 +0000
commitcd4226f92a06cf1d2e4950bd97f6a61312a8e4bc (patch)
tree0dfed336b1086f0abb7e0a5b7af453f3dda8ebdb /net/pdnsd/files
parent02b1d9fd0f3884daae01a4ff03af786506e08e9c (diff)
Notes
Diffstat (limited to 'net/pdnsd/files')
-rw-r--r--net/pdnsd/files/pdnsd.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pdnsd/files/pdnsd.sh b/net/pdnsd/files/pdnsd.sh
index 4795f23879ac..b5d6453eafd0 100644
--- a/net/pdnsd/files/pdnsd.sh
+++ b/net/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)