timeout: revert signal propagation enhancement
authorPádraig Brady <P@draigBrady.com>
Thu, 25 Aug 2011 10:25:30 +0000 (11:25 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 25 Aug 2011 10:35:31 +0000 (11:35 +0100)
commit24a1a8c473c93d5b059d5afed245422b3a8a54ef
tree11af5ec68e3cb602771f452df94f456d4f673a27
parent6a2751d59d89dc9a60553196f720bdeedd75d80a
timeout: revert signal propagation enhancement

This effectively reverts the unreleased commit 5a647a05

* src/timeout.c (main): Don't propagate signals from the monitored
process, as on Linux /proc/sys/kernel/core_pattern could still
handle them and cause false reports against `timeout`
src/timeout.c