From c233fb649154c99c88fbba671aa8d1d5e98c07a4 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 15 Jun 2005 10:41:54 +0000 Subject: [PATCH] cscvs to tla changeset 11 Author: noodles Date: 2005/05/16 17:26:47 Fix up variable declarations so the config file works. Doh! git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-10 --- autodns.pl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/autodns.pl b/autodns.pl index e221c09..6f14bd3 100755 --- a/autodns.pl +++ b/autodns.pl @@ -5,7 +5,7 @@ # http://www.earth.li/projectpurple/progs/autodns.html # Released under the GPL. # -# $Id: autodns.pl,v 1.10 2005/05/16 17:24:10 noodles Exp $ +# $Id: autodns.pl,v 1.11 2005/05/16 17:26:47 noodles Exp $ # use strict; @@ -16,10 +16,12 @@ use MIME::Parser; $ENV{'PATH'}="/usr/local/bin:/usr/bin:/bin:/usr/sbin"; -my ($from, $subject, $gpguser, $gpggood, $usersfile, $lockfile, $priv); -my ($user, $server, $inprocess, $delcount, $addcount, $reload_command); -my ($domain, @MAIL, @GPGERROR, @COMMANDS, %zones); -my ($me, $ccreply, $conffile, $domainlistroot, @cfgfiles, $VERSION); +my ($from, $subject, $gpguser, $gpggood, $priv); +my ($user, $server, $inprocess, $delcount, $addcount); +my ($domain, @MAIL, @GPGERROR, @COMMANDS, %zones, $VERSION); + +use vars qw($me $ccreply $conffile $domainlistroot @cfgfiles $usersfile + $lockfile $reload_command); $VERSION="0.0.8"; -- 2.39.2