diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-28 07:51:34 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-28 07:51:34 +0000 |
commit | cd4226f92a06cf1d2e4950bd97f6a61312a8e4bc (patch) | |
tree | 0dfed336b1086f0abb7e0a5b7af453f3dda8ebdb /net/pdnsd/files | |
parent | 02b1d9fd0f3884daae01a4ff03af786506e08e9c (diff) |
Notes
Diffstat (limited to 'net/pdnsd/files')
-rw-r--r-- | net/pdnsd/files/pdnsd.sh | 6 |
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) |