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:
parent
2312095b28
commit
916d355891
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue