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 | |
parent | dcca6f507c4f7d78b52fe678b502b55a5cf19a9b (diff) | |
download | aports-20c64ce990b0e415b587f0be3f0ce1dfea38f072.tar.bz2 aports-20c64ce990b0e415b587f0be3f0ce1dfea38f072.tar.xz |
various: replace opts
fixes #948
-rw-r--r-- | main/php/php-fpm.initd | 2 | ||||
-rw-r--r-- | testing/pdns/pdns.initd | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/main/php/php-fpm.initd b/main/php/php-fpm.initd index 6b8337e8b8..fec658935f 100644 --- a/main/php/php-fpm.initd +++ b/main/php/php-fpm.initd @@ -2,7 +2,7 @@ PHP_FPM_CONF="/etc/php/php-fpm.conf" -opts="depend start stop reload" +extra_started_commands="reload" depend() { need net 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="" |