remove kill 0 in cdist-config from master branch until it works :-)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-05-12 17:08:18 +02:00
parent 2312095b28
commit 916d355891
1 changed files with 2 additions and 1 deletions

View File

@ -357,7 +357,8 @@ __cdist_tmp_removal()
__cdist_exit_on_kill()
{
kill 0
# FIXME: before 1.8.0 -> kill all children, but do not segfault
# kill 0
__cdist_tmp_removal
}