X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_sysop.pl;h=c59358b612dea4efa99f2e44e555617c4ca83bcf;hb=0efcf0d784c8cdaf1af6ab1db5e23715e5b1476d;hp=c0ac9e3afc7d8557803a71fc146e65a72fc09349;hpb=ab811a0c902225075a9bd69749f65594079433a9;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) $!";