Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Sep 25, 2024
1 parent fec4635 commit 7a9eefe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions regression-tests.nobackend/rectify-axfr/command
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand All @@ -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=./ \
Expand Down

0 comments on commit 7a9eefe

Please sign in to comment.