Changeset 1424
- Timestamp:
- 04/02/08 16:54:12 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-simpler_agent/lib/HoneyClient/Manager/VM.pm
r1419 r1424 1229 1229 # Kill the child daemon, if it still exists. 1230 1230 HoneyClient::Manager::VM->destroy(); 1231 # XXX: See if this is still needed.1232 #sleep (1);1233 1231 1234 1232 # Report any failure found. … … 1321 1319 # Kill the child daemon, if it still exists. 1322 1320 HoneyClient::Manager::VM->destroy(); 1323 # XXX: See if this is still needed.1324 #sleep (1);1325 1321 1326 1322 # Report any failure found. … … 1417 1413 # Kill the child daemon, if it still exists. 1418 1414 HoneyClient::Manager::VM->destroy(); 1419 # XXX: See if this is still needed.1420 #sleep (1);1421 1415 1422 1416 # Report any failure found. … … 1548 1542 # Kill the child daemon, if it still exists. 1549 1543 HoneyClient::Manager::VM->destroy(); 1550 # XXX: See if this is still needed.1551 #sleep (1);1552 1544 1553 1545 # Report any failure found. … … 1712 1704 # Kill the child daemon, if it still exists. 1713 1705 HoneyClient::Manager::VM->destroy(); 1714 # XXX: See if this is still needed.1715 #sleep (1);1716 1706 1717 1707 # Report any failure found. … … 1870 1860 # Kill the child daemon, if it still exists. 1871 1861 HoneyClient::Manager::VM->destroy(); 1872 # XXX: See if this is still needed.1873 #sleep (1);1874 1862 1875 1863 # Report any failure found. … … 2014 2002 # Kill the child daemon, if it still exists. 2015 2003 HoneyClient::Manager::VM->destroy(); 2016 # XXX: See if this is still needed.2017 #sleep (1);2018 2004 2019 2005 # Report any failure found. … … 2218 2204 # Kill the child daemon, if it still exists. 2219 2205 HoneyClient::Manager::VM->destroy(); 2220 # XXX: See if this is still needed.2221 #sleep (1);2222 2206 2223 2207 # Report any failure found. … … 2435 2419 # Kill the child daemon, if it still exists. 2436 2420 HoneyClient::Manager::VM->destroy(); 2437 # XXX: See if this is still needed.2438 #sleep (1);2439 2421 2440 2422 # Report any failure found. … … 2564 2546 # Kill the child daemon, if it still exists. 2565 2547 HoneyClient::Manager::VM->destroy(); 2566 # XXX: See if this is still needed.2567 #sleep (1);2568 2548 2569 2549 # Report any failure found. … … 2747 2727 # Kill the child daemon, if it still exists. 2748 2728 HoneyClient::Manager::VM->destroy(); 2749 # XXX: See if this is still needed.2750 #sleep (1);2751 2729 2752 2730 # Report any failure found. … … 2884 2862 # Kill the child daemon, if it still exists. 2885 2863 HoneyClient::Manager::VM->destroy(); 2886 # XXX: See if this is still needed.2887 #sleep (1);2888 2864 2889 2865 # Report any failure found. … … 3026 3002 # Kill the child daemon, if it still exists. 3027 3003 HoneyClient::Manager::VM->destroy(); 3028 # XXX: See if this is still needed.3029 #sleep (1);3030 3004 3031 3005 # Report any failure found. … … 3154 3128 # Kill the child daemon, if it still exists. 3155 3129 HoneyClient::Manager::VM->destroy(); 3156 # XXX: See if this is still needed.3157 #sleep (1);3158 3130 3159 3131 # Report any failure found. … … 3316 3288 # Kill the child daemon, if it still exists. 3317 3289 HoneyClient::Manager::VM->destroy(); 3318 # XXX: See if this is still needed.3319 #sleep (1);3320 3290 3321 3291 # Report any failure found. … … 3512 3482 # Kill the child daemon, if it still exists. 3513 3483 HoneyClient::Manager::VM->destroy(); 3514 # XXX: See if this is still needed.3515 #sleep (1);3516 3484 3517 3485 # Report any failure found. … … 3711 3679 # Kill the child daemon, if it still exists. 3712 3680 HoneyClient::Manager::VM->destroy(); 3713 # XXX: See if this is still needed.3714 #sleep (1);3715 3681 3716 3682 # Report any failure found. … … 4005 3971 # Kill the child daemon, if it still exists. 4006 3972 HoneyClient::Manager::VM->destroy(); 4007 # XXX: See if this is still needed.4008 #sleep (1);4009 3973 4010 3974 # Report any failure found. … … 4349 4313 # Kill the child daemon, if it still exists. 4350 4314 HoneyClient::Manager::VM->destroy(); 4351 # XXX: See if this is still needed.4352 #sleep (1);4353 4315 4354 4316 # Report any failure found. … … 4642 4604 # Kill the child daemon, if it still exists. 4643 4605 HoneyClient::Manager::VM->destroy(); 4644 # XXX: See if this is still needed.4645 #sleep (1);4646 4606 4647 4607 # Report any failure found.
