diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-17 16:09:50 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-17 16:09:50 +0000 |
commit | 20c64ce990b0e415b587f0be3f0ce1dfea38f072 (patch) | |
tree | f21868ea44d2053053ff1715db701eec06e49e86 /testing/pdns/pdns.initd | |
parent | dcca6f507c4f7d78b52fe678b502b55a5cf19a9b (diff) | |
download | aports-20c64ce990b0e415b587f0be3f0ce1dfea38f072.tar.bz2 aports-20c64ce990b0e415b587f0be3f0ce1dfea38f072.tar.xz |
various: replace opts
fixes #948
Diffstat (limited to 'testing/pdns/pdns.initd')
-rw-r--r-- | testing/pdns/pdns.initd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/pdns/pdns.initd b/testing/pdns/pdns.initd index 593d56347b..25d17ced80 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="" |