# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1421878141 -3600 # Node ID 4c155b4e305d0fc424b6f2c8114818336b251299 # Parent 760a2752983caf7ed609129f7f4f9f1417e86791 Hint about the SOA record diff -r 760a2752983c -r 4c155b4e305d lib/DNS/Vi.pm --- a/lib/DNS/Vi.pm Wed Jan 21 23:08:37 2015 +0100 +++ b/lib/DNS/Vi.pm Wed Jan 21 23:09:01 2015 +0100 @@ -181,7 +181,7 @@ $len2 => $r{rrtype}, $r{data}; }; - push @out, '; do NOT EDIT the SOA records SERIAL number!'; + push @out, '; IF YOU EDIT the SOA record, INCREASE the serial number too!'; push @out, $print->($_) foreach @zone; return join "\n", @out, ''; }