X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fupdate_sysop.pl;h=4cba9abf4c5d04c343cd24720805694ecbf73fac;hb=66efc9cee6be378f570c0f08f0f41ba739a3d8d2;hp=a4450cae8e844bb0c688b761f0a37682d2eb674d;hpb=6f26002566385d5b50a441f30cc779ee20a67de9;p=spider.git diff --git a/perl/update_sysop.pl b/perl/update_sysop.pl index a4450cae..4cba9abf 100755 --- a/perl/update_sysop.pl +++ b/perl/update_sysop.pl @@ -56,7 +56,7 @@ sub create_it # now do one for the alias while ($ref = DXUser->get($myalias)) { - print "old call $mycall deleted\n"; + print "old call $myalias deleted\n"; $ref->del(); } @@ -78,11 +78,11 @@ sub create_it # write it away $self->close(); - print "new call $mycall added\n"; + print "new call $myalias added\n"; } -$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 = ;