X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_sysop.pl;h=c59358b612dea4efa99f2e44e555617c4ca83bcf;hb=02f97e2b119bcd216e4ce68850d48d21029fa2f5;hp=c0ac9e3afc7d8557803a71fc146e65a72fc09349;hpb=01c7ebc6ec371bc6e075a599dad1d5f3fd1b776a;p=spider.git diff --git a/perl/create_sysop.pl b/perl/create_sysop.pl index c0ac9e3a..c59358b6 100755 --- a/perl/create_sysop.pl +++ b/perl/create_sysop.pl @@ -76,6 +76,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) $!";