From: Kees Monshouwer Date: Sun, 31 Aug 2014 10:33:47 +0000 (+0200) Subject: don't nuke the wrong service X-Git-Tag: auth-3.4.0-rc2~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1688%2Fhead;p=thirdparty%2Fpdns.git don't nuke the wrong service --- diff --git a/pdns/pdns-recursor.init.d b/pdns/pdns-recursor.init.d index 157a881ab3..791ed5026a 100755 --- a/pdns/pdns-recursor.init.d +++ b/pdns/pdns-recursor.init.d @@ -57,7 +57,7 @@ case "$1" in force-stop) echo -n "Stopping PowerDNS recursing nameserver: " - killall -v -9 pdns_server + killall -v -9 $pdns_server echo "killed" ;;