summaryrefslogtreecommitdiffstats
path: root/testing/pdns
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2012-03-17 16:09:50 +0000
committerJeff Bilyk <jbilyk@gmail.com>2012-03-17 16:09:50 +0000
commit20c64ce990b0e415b587f0be3f0ce1dfea38f072 (patch)
treef21868ea44d2053053ff1715db701eec06e49e86 /testing/pdns
parentdcca6f507c4f7d78b52fe678b502b55a5cf19a9b (diff)
downloadaports-20c64ce990b0e415b587f0be3f0ce1dfea38f072.tar.bz2
aports-20c64ce990b0e415b587f0be3f0ce1dfea38f072.tar.xz
various: replace opts
fixes #948
Diffstat (limited to 'testing/pdns')
-rw-r--r--testing/pdns/pdns.initd4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/pdns/pdns.initd b/testing/pdns/pdns.initd
index 593d56347..25d17ced8 100644
--- a/testing/pdns/pdns.initd
+++ b/testing/pdns/pdns.initd
@@ -6,7 +6,9 @@
name=pdns
daemon=/usr/sbin/pdns_server
pdns_control=/usr/bin/pdns_control
-opts="reload monitor dump"
+
+extra_started_commands="dump reload"
+extra_commands="monitor"
PDNS_INSTANCE="${SVCNAME#pdns[.-]}"
PDNS_CONFIG=""