# HG changeset patch # User Matthias Förste # Date 1306499436 -7200 # Node ID c54b6b5a7d5751010b8e718bc4c900e437c786b5 # Parent 0116988d915b9f6f57f440b4f6405b3cda68d7bc check *all* zones for dnssec, not only the first diff -r 0116988d915b -r c54b6b5a7d57 bin/update-serial --- a/bin/update-serial Fri May 27 13:45:53 2011 +0200 +++ b/bin/update-serial Fri May 27 14:30:36 2011 +0200 @@ -348,7 +348,7 @@ } die "Multiple file statements found in '$cf' (maybe inside multiline comments)" if $files > 1; - return unless $changed; + next unless $changed; # file statement in config snippet doesnt match, so we make a backup first and write a new config my $cb = "$cf.bak";