]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Whitespace cleanup
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 24 Sep 2024 12:48:08 +0000 (14:48 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 25 Sep 2024 12:59:23 +0000 (14:59 +0200)
regression-tests.nobackend/rectify-axfr/command

index 5cc875fc827c49a2c7ff30212df25827146a128f..ee936fdad30ec451b72d63d73cb0b3dda851c69d 100755 (executable)
@@ -9,8 +9,8 @@ sed '/directory/ { s@./zones@../regression-tests/zones@ }' ../regression-tests/n
 
 cat >> ./named.conf << __EOF__
 zone "."{
-       type primary;
-       file "../../regression-tests.rootzone/zones/ROOT";
+        type primary;
+        file "../../regression-tests.rootzone/zones/ROOT";
 };
 __EOF__
 
@@ -32,8 +32,8 @@ echo ANALYZE\; | sqlite3 pdns.sqlite3
 
 for zone in $(grep 'zone ' named.conf | cut -f2 -d\")
 do
-       $PDNSUTIL $ARGS set-nsec3 $zone "1 0 1 abcd" >&2
-       $PDNSUTIL $ARGS add-zone-key $zone rsasha256 1024 zsk active >&2
+        $PDNSUTIL $ARGS set-nsec3 $zone "1 0 1 abcd" >&2
+        $PDNSUTIL $ARGS add-zone-key $zone rsasha256 1024 zsk active >&2
 done
 
 $RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./          \