X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=7b889fc4c63781d4e9ace3641932a7d594e8695e;hb=02f97e2b119bcd216e4ce68850d48d21029fa2f5;hp=bc57440f3dc31f5ce95a8f38d41ac565b8cdfae8;hpb=01c7ebc6ec371bc6e075a599dad1d5f3fd1b776a;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index bc57440f..7b889fc4 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -405,6 +405,7 @@ DXUser->init($userfn, 1); # look for the sysop and the alias user and complain if they aren't there { + die "\$myalias \& \$mycall are the same ($mycall)!, they must be different (hint: make \$mycall = '${mycall}-2';). Oh and don't forget to rerun create_sysop.pl!" if $mycall eq $myalias; my $ref = DXUser::get($mycall); die "$mycall missing, run the create_sysop.pl script and please RTFM" unless $ref && $ref->priv == 9; $ref = DXUser::get($myalias);