Updated some comments (and copyright)
authorHeiko Schlittermann <hs@schlittermann.de>
Thu, 04 Nov 2010 22:23:10 +0100
changeset 10 09883d94ba30
parent 9 7ca31b207366
child 11 da18d670092f
Updated some comments (and copyright)
update-serial
--- a/update-serial	Tue Aug 10 13:03:48 2010 +0200
+++ b/update-serial	Thu Nov 04 22:23:10 2010 +0100
@@ -1,17 +1,18 @@
 #! /usr/bin/perl
 # (c) 1998 Heiko Schlittermann <heiko@datom.de>
+# (c) 2010 Heiko Schlittermann <hs@schlittermann.de>
 #
 # … work in progress do integrate dnssec (branch suess)
 #
 # Update the serial numbers in zone files
 # The serial number needs to match a specified pattern (see 
-# the line marked w/ PATTERN.
+# the line marked w/ PATTERN)
+# 
+# Limitations:
+# - the zonefile needs to fit entirely into memory
 # 
 # ToDo:
 # . test against an md5 sum, not just the date of the stamp file
-# . FIXME: handle `/' in file names (currently only working in 
-#   the current directory)
-# . optionally reload the named
 
 use strict;
 use warnings;