]> granicus.if.org Git - pdns/commitdiff
Fix for startup
authorPavel Boldin <boldin.pavel@gmail.com>
Sat, 25 May 2013 01:27:35 +0000 (05:27 +0400)
committerPavel Boldin <boldin.pavel@gmail.com>
Fri, 6 Sep 2013 11:36:23 +0000 (15:36 +0400)
regression-tests/start-test-stop

index a8076876a1c45219b63925784e6e4d967814bc39..1dc6c9e0c87039eab7726fd9f8ecb98f34f3e080 100755 (executable)
@@ -167,7 +167,7 @@ bindwait ()
 {
        check_process
        configname=$1
-       domcount=$(grep -c zone named.conf)
+       domcount=$(grep -c ^zone named.conf)
        if [ ! -x ../pdns/pdns_control ]; then
                echo "No pdns_control found"
                exit 1