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

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/archive_shell_function_approach
Nico Schottelius 14 years ago
parent 2312095b28
commit 916d355891
  1. 3
      bin/cdist-config

@ -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…
Cancel
Save