timeout: support cascaded timeouts
authorPádraig Brady <P@draigBrady.com>
Fri, 8 Jul 2011 12:31:05 +0000 (13:31 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 8 Jul 2011 12:54:08 +0000 (13:54 +0100)
commit4d90d29899917ec16ea5806a0456501e5e948960
tree3af0b546d5b32d0fe761037546866ad9ff9a4621
parent4496c94091f8a6bc95fc1c0868eba632fae99ba3
timeout: support cascaded timeouts

* src/timeout.c (cleanup): Send signals directly to the child
in case it has started its own process group (like a cascaded
timeout command would for example).
* test/misc/timeout-group: Add a test case.
* NEWS: Mention the fix.
NEWS
src/timeout.c
tests/misc/timeout-group