remove all $Id$ strings
[spider.git] / perl / lock_nodes.pl
index c80c69732923bf9474bd00cb77eec492aba6df33..d57a6a0a4680032633590fd65ca52d993f21ac2c 100755 (executable)
@@ -10,7 +10,7 @@
 #
 # Copyright (c) 1998 Dirk Koopman G1TLH
 #
-# $Id$
+#
 # 
 
 # make sure that modules are searched in the order local then perl
@@ -26,7 +26,7 @@ BEGIN {
 use DXVars;
 use DXUser;
 
-my $lockfn = "$root/perl/cluster.lck";       # lock file name
+my $lockfn = "$root/local/cluster.lck";       # lock file name
 if (-e $lockfn) {
        open(CLLOCK, "$lockfn") or die "Can't open Lockfile ($lockfn) $!";
        my $pid = <CLLOCK>;