Changeset 1899afd for fedkit/active_config.pl
- Timestamp:
- Feb 15, 2010 5:32:05 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 3132419
- Parents:
- 6d985c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/active_config.pl
r6d985c0 r1899afd 44 44 my $f = new IO::File($iface_file) || die "Can't open $iface_file: $!\n"; 45 45 my $ifnum = 0; 46 47 print "Waiting for ssh on $peer\n"; 48 gateway_lib::wait_for_port($peer, 22, 60*60) || 49 die "ssh never came up on $peer\n"; 46 50 47 51 while (<$f>) {
Note: See TracChangeset
for help on using the changeset viewer.