From: minima Date: Thu, 7 Jun 2001 10:47:19 +0000 (+0000) Subject: fix build calc to take into account sub directories X-Git-Tag: OLDROUTE_1_48~2 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1de8d406cf0b76292d401c4b75f33fca86a822d;p=spider.git fix build calc to take into account sub directories --- diff --git a/Changes b/Changes index 79151ac4..b1241856 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +07Jun01======================================================================= +1. move userconfig.pl and nodeconfig.pl to stat/ +2. fix problem with locally connected users not being removed from the +routing tables +3. Fix the build calc to take into account subdirectories 06Jun01======================================================================= 1. add stat/route_node and stat/route_user commands 2. add sh/userconfig command (to show backward links to nodes) diff --git a/perl/cluster.pl b/perl/cluster.pl index fc0a6a04..35881d45 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -348,6 +348,7 @@ while () { } close CL; foreach my $fn (@fn) { + $fn =~ s|::|/|g; open(CL, "$main::root/perl/${fn}.pm") or next; while () { if (/^#\s+\$Id:\s+[\w\._]+,v\s+(\d+\.\d+)/ ) {