fix various issues
[spider.git] / perl / update_sysop.pl
index 613e91f0bc35f9602846463d0a14624c648e8a4b..168ee16a9a9e9ce1c45cffe3f242b7a3952b1599 100755 (executable)
@@ -87,7 +87,7 @@ sub create_it
 
 die "\$myalias \& \$mycall are the same ($mycall)!, they must be different (hint: make \$mycall = '${mycall}-2';).\n" if $mycall eq $myalias;
 
-$lockfn = localdata("cluster.lck");       # lock file name
+$lockfn = "$main::local_data/cluster.lck";       # lock file name (now in local d
 if (-e $lockfn) {
        open(CLLOCK, "$lockfn") or die "Can't open Lockfile ($lockfn) $!";
        my $pid = <CLLOCK>;