X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fupdate_sysop.pl;h=4cba9abf4c5d04c343cd24720805694ecbf73fac;hb=5e7031a532b4df6beb475aa3e7e3f6eec29360a6;hp=a3675f813f63ce03753450a28e2aeab5288c557c;hpb=fe40d951b9d78262b2c3be192ad3986fa4164bcf;p=spider.git diff --git a/perl/update_sysop.pl b/perl/update_sysop.pl index a3675f81..4cba9abf 100755 --- a/perl/update_sysop.pl +++ b/perl/update_sysop.pl @@ -82,7 +82,7 @@ sub create_it } -$lockfn = "$root/perl/cluster.lock"; # lock file name +$lockfn = "$root/perl/cluster.lck"; # lock file name if (-e $lockfn) { open(CLLOCK, "$lockfn") or die "Can't open Lockfile ($lockfn) $!"; my $pid = ;