Changeset 212 for branches/stable


Ignore:
Timestamp:
04/05/05 13:36:10 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Minor cosmetic fixes to consistency-check.pl, as well as making
it web-friendly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/consistency-check.pl

    r192 r212  
    1313use NetAddr::IP;
    1414
     15print "Content-type: text/plain\n\n";
     16
    1517($dbh,$errstr) = connectDB_My;
    1618# May as well.  We need a number of globals.
     
    139141    print "    Gap from $cur to end of master at $master\n";
    140142  }
     143  $master++;
    141144  print "  done $master.\n";
    142145}
     
    205208    print "      Gap from $cur to end of container at $container\n";
    206209  }
     210  $container++;
    207211  print "    done $container.\n";
    208212
Note: See TracChangeset for help on using the changeset viewer.