Andy Kurth created VCL-965:
------------------------------
Summary: util.pm::kill_child_processes is using outdated pgrep
arguments
Key: VCL-965
URL: https://issues.apache.org/jira/browse/VCL-965
Project: VCL
Issue Type: Improvement
Components: vcld (backend)
Reporter: Andy Kurth
Assignee: Andy Kurth
Fix For: 2.5
*util.pm::kill_child_processes* is attempting to execute:
{code}pgrep -flP $parent_pid{code}
The _-l_ argument was changed and no longer displays the full command line.
This doesn't necessarily break the subroutine, but causes the output in
vcld.log to be difficult to analyze.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)