# HG changeset patch # User Heiko Schlittermann # Date 1281438228 -7200 # Node ID 7ca31b207366dc5a9866cc8bbeb7d9709d0fba68 # Parent 654be00c18eeffe8acd36c25ca95a9987ec49596# Parent 7df21c1807a62871ff0f0eef6ac43f92a5eb3e3e merged diff -r 7df21c1807a6 -r 7ca31b207366 update-serial --- a/update-serial Mon Aug 02 15:48:21 2010 +0200 +++ b/update-serial Tue Aug 10 13:03:48 2010 +0200 @@ -13,7 +13,6 @@ # the current directory) # . optionally reload the named - use strict; use warnings; @@ -30,6 +29,7 @@ my @Zones; my $file; + sub cleanup() { unlink @tmpfiles; } END { cleanup(); }