From: Fred Morcos Date: Tue, 24 Sep 2024 12:48:08 +0000 (+0200) Subject: Whitespace cleanup X-Git-Tag: rec-5.2.0-alpha1~30^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9eefee8e177a5621d4e7fe63bd17fe4b27c05d;p=thirdparty%2Fpdns.git Whitespace cleanup --- diff --git a/regression-tests.nobackend/rectify-axfr/command b/regression-tests.nobackend/rectify-axfr/command index 5cc875fc82..ee936fdad3 100755 --- a/regression-tests.nobackend/rectify-axfr/command +++ b/regression-tests.nobackend/rectify-axfr/command @@ -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=./ \