]> git.pld-linux.org Git - packages/pdns.git/blobdiff - pdns.init
- rel 2
[packages/pdns.git] / pdns.init
index ebc03b54083593749d4f584a1e62ecff4a49bea6..87965ed789a41eb819df07b432cd69ec601fa1c2 100644 (file)
--- a/pdns.init
+++ b/pdns.init
@@ -1,7 +1,7 @@
 #!/bin/sh
 # pdns         This is controller stript for PowerDNS name server.
 #
-# chkconfig:   345 80 75
+# chkconfig:   345 85 15
 #
 # description: pdns is is a Domain Name Server (DNS) \
 #              that is used to resolve host names to IP addresses.
@@ -38,7 +38,7 @@ fi
 pdns_server="/usr/sbin/pdns_server $EXTRAOPTS"
 
 doPC() {
-       ret=$(/usr/sbin/pdns_control $EXTRAOPTS $1 $2 2> /dev/null)
+       ret=$(/usr/bin/pdns_control $EXTRAOPTS $1 $2 2> /dev/null)
 }
 
 doPC ping
This page took 0.116448 seconds and 4 git commands to generate.