X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=e786edb6f9ec7c598b5af67f3b13d1e2d926f117;hb=bcf2892aa7f3c9957ee61365a6e032dd93044834;hp=c005027911b49102e4030b85082b55424831b2df;hpb=f726c14c2f603c02eabecc4526e588354a3a7e0b;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index c0050279..e786edb6 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -98,6 +98,7 @@ use Editable; use Mrtg; use USDB; use UDPMsg; +use QSL; use Data::Dumper; use IO::File; @@ -125,7 +126,7 @@ $reqreg = 0; # 1 = registration required, 2 = deregister people use vars qw($VERSION $BRANCH $build $branch); $VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ ); $BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/ || (0,0)); -$main::build += 6; # add an offset to make it bigger than last system +$main::build += 5; # add an offset to make it bigger than last system $main::build += $VERSION; $main::branch += $BRANCH; @@ -522,6 +523,7 @@ DXDb::load(); # starting local stuff dbg("doing local initialisation ..."); +QSL::init(1) or die "Cannot open local QSL database"; eval { Local::init(); };