K 10 svn:author V 5 adamw K 8 svn:date V 27 2017-05-26T16:54:40.227656Z K 7 svn:log V 332 Fix stale processes not being terminated by the rc(8) script. Previously, when fcgiwrap_flags="-c [n]" with n > 1, only the controlling process was terminated, with the children running. This patch fixes this behaviour, terminating the children. PR: 217297 Submitted by: lstewart Reported by: spry anarchy in the ph MFH: 2017Q2 END