X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=7c3281eadb8f193818ec555ee678d580ff69c163;hp=7c4bbf27572cc5d9931f54605b6a2531e84d746d;hb=655500414f1c3c7dbf9aecbc33c648705ef0cbde;hpb=9a12175ae94f37babc48e2ee43484d1423afa3c1 diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index 7c4bbf27..7c3281ea 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -28,7 +28,7 @@ if ($list[0] && $list[0] =~ /^NOD/) { push @l, $call; foreach my $ref (@val) { - if (@l >= 5) { + if (@l >= 6) { push @out, sprintf "%-12s %-12s %-12s %-12s %-12s %-12s", @l; @l = (); push @l, ""; @@ -38,7 +38,7 @@ if ($list[0] && $list[0] =~ /^NOD/) { $s = sprintf "(%s)", $s unless $ref->here; push @l, $s; } - push @l, "" while @l < 5; + push @l, "" while @l < 6; push @out, sprintf "%-12s %-12s %-12s %-12s %-12s %-12s", @l; } } else {