Actions
Bug #1058
closedfilterdns not honoring quit signal
Start date:
11/30/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
[2.0-BETA4][root@hostname]/root(85): ps awux | grep filterdns | wc -l
11
Chris was seeing 24 of them. The code does a:
killbypid("{$g['tmp_path']}/filterdns.pid");
So the C code must be ignoring the normal quit signal?
Actions