X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fupdate_sysop.pl;h=e4bf45aebce90bc5c1faf1c3707387c9adecc6fd;hb=375f2f00086f959d332837f9035d8db1911678df;hp=af128c946238ae5c8a30f134cb1466e3762911d3;hpb=75b16c6079349ca89bd37a8ee28f368c421f06ea;p=spider.git diff --git a/perl/update_sysop.pl b/perl/update_sysop.pl index af128c94..e4bf45ae 100755 --- a/perl/update_sysop.pl +++ b/perl/update_sysop.pl @@ -10,7 +10,7 @@ # # Copyright (c) 1998 Dirk Koopman G1TLH # -# $Id$ +# # # make sure that modules are searched in the order local then perl @@ -82,7 +82,7 @@ sub create_it } -$lockfn = "$root/perl/cluster.lck"; # lock file name +$lockfn = "$root/local/cluster.lck"; # lock file name if (-e $lockfn) { open(CLLOCK, "$lockfn") or die "Can't open Lockfile ($lockfn) $!"; my $pid = ;