# HG changeset patch # User Heiko Schlittermann # Date 1288905790 -3600 # Node ID 09883d94ba30f29e3ba7b8691d4f2532193e7771 # Parent 7ca31b207366dc5a9866cc8bbeb7d9709d0fba68 Updated some comments (and copyright) diff -r 7ca31b207366 -r 09883d94ba30 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 +# (c) 2010 Heiko Schlittermann # # … 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;