Changeset 391
- Timestamp:
- 05/29/07 13:43:55 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm
r390 r391 413 413 # if any type of termination signal is received. 414 414 local $SIG{HUP} = sub { exit; }; 415 local $SIG{INT} = sub { exit; }; 415 # XXX: Test this. 416 #local $SIG{INT} = sub { exit; }; 417 local $SIG{INT} = sub { destroy(); exit; }; 418 416 419 local $SIG{QUIT} = sub { exit; }; 417 420 local $SIG{ABRT} = sub { exit; };
