Changeset 67
- Timestamp:
- 11/12/04 15:18:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/consistency-check.pl
r62 r67 8 8 # Last update by $Author$ 9 9 ### 10 # Copyright (C) 2004 - Kris Deugau 10 11 11 12 use DBI; … … 65 66 print " done.\n"; 66 67 67 print "Done checking master containment.\n\nChecking pool containment :\n";68 print "Done checking master containment.\n\nChecking pool containment...\n"; 68 69 69 70 $sth = $dbh->prepare("select pool,ip from poolips order by ip");
Note:
See TracChangeset
for help on using the changeset viewer.