changed lockfile name to .lck (from .lock) for M$
[spider.git] / perl / update_sysop.pl
index a3675f813f63ce03753450a28e2aeab5288c557c..4cba9abf4c5d04c343cd24720805694ecbf73fac 100755 (executable)
@@ -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 = <CLLOCK>;