Changeset 1278

Show
Ignore:
Timestamp:
02/28/08 09:54:19 (6 months ago)
Author:
kindlund
Message:

Testing new manager cleanup methods.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Manager.pm

    r1272 r1278  
    547547    #kill("KILL", -$$); 
    548548    exit; 
     549} 
     550 
     551END { 
     552    # TODO: Make sure this works correctly. 
     553    # Make sure all processes in our process group our dead. 
     554    kill("KILL", -$$); 
    549555} 
    550556