move lock files to local
[spider.git] / perl / create_sysop.pl
index fbfc776481c3b65a92e1f656706a12253fc68831..11673e3146f55694f654bd1b7771811e779d1fcf 100755 (executable)
@@ -75,7 +75,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 = <CLLOCK>;