Changeset 804 in ProjectBuilder
- Timestamp:
- Jul 5, 2009, 2:20:45 PM (16 years ago)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
0.9.7/pb/bin/pb
r792 r804 1433 1433 # For monitoring control 1434 1434 if ((($vmtype->{$ENV{'PBPROJ'}}) eq "kvm") || (($vmtype->{$ENV{'PBPROJ'}}) eq "qemu")) { 1435 use Net::Telnet;1435 require Net::Telnet; 1436 1436 my $t = new Net::Telnet (Timeout => 120, Host => "localhost", Port => $vmmonport->{$ENV{'PBPROJ'}}) || die "Unable to dialog on the monitor"; 1437 1437 # move to monitor mode -
devel/pb/bin/pb
r792 r804 1433 1433 # For monitoring control 1434 1434 if ((($vmtype->{$ENV{'PBPROJ'}}) eq "kvm") || (($vmtype->{$ENV{'PBPROJ'}}) eq "qemu")) { 1435 use Net::Telnet;1435 require Net::Telnet; 1436 1436 my $t = new Net::Telnet (Timeout => 120, Host => "localhost", Port => $vmmonport->{$ENV{'PBPROJ'}}) || die "Unable to dialog on the monitor"; 1437 1437 # move to monitor mode -
projects/qemu/.pbrc
r775 r804 36 36 # Do we use snapshot mode for VMs ? 37 37 # In which case all modifs in the VM are lost at the end 38 vmsnap default = true38 #vmsnap default = true 39 39 40 40 #
Note:
See TracChangeset
for help on using the changeset viewer.