X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=autodns.pl;h=f84300fee11d88d4155bdb9417a72bf5fdf1352a;hb=88e5b43bbafc83d80e3e2d17d856c84deb922593;hp=cfa9510286d8bf178dda0fe4ad94d1933107fad8;hpb=7cff990ef4df44469d5bed817fda2292931a74ae;p=autodns.git diff --git a/autodns.pl b/autodns.pl index cfa9510..f84300f 100755 --- a/autodns.pl +++ b/autodns.pl @@ -1,11 +1,11 @@ #!/usr/bin/perl -Tw -# autodns 0.0.7 -# Copyright 1999-2004 Project Purple. Written by Jonathan McDowell +# autodns 0.0.8 +# Copyright 1999-2005 Project Purple. Written by Jonathan McDowell # See ACKNOWLEDGEMENTS file for full details of contributors. # http://www.earth.li/projectpurple/progs/autodns.html # Released under the GPL. # -# $Id: autodns.pl,v 1.7 2005/04/08 11:45:12 noodles Exp $ +# $Id: autodns.pl,v 1.8 2005/04/08 13:51:13 noodles Exp $ # use strict; @@ -21,7 +21,7 @@ my ($user, $server, $inprocess, $delcount, $addcount, $reload_command); my ($domain, @MAIL, @GPGERROR, @COMMANDS, %zones); my ($me, $ccreply, $conffile, $domainlistroot, @cfgfiles, $VERSION); -$VERSION="0.0.7"; +$VERSION="0.0.8"; # # Load our config