X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fupdate_sysop.pl;h=6700b98ff18c1728bae75427dfc0d350729b3cda;hb=02f97e2b119bcd216e4ce68850d48d21029fa2f5;hp=2fccbb5aee90c8aa2f46fa5c5412b933150b187d;hpb=01c7ebc6ec371bc6e075a599dad1d5f3fd1b776a;p=spider.git diff --git a/perl/update_sysop.pl b/perl/update_sysop.pl index 2fccbb5a..6700b98f 100755 --- a/perl/update_sysop.pl +++ b/perl/update_sysop.pl @@ -83,6 +83,8 @@ 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 = "$root/local/cluster.lck"; # lock file name if (-e $lockfn) { open(CLLOCK, "$lockfn") or die "Can't open Lockfile ($lockfn) $!";