From 916d3558914956134cd23c202e4796e9b5b7a8ad Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 12 May 2011 17:08:18 +0200 Subject: [PATCH] remove kill 0 in cdist-config from master branch until it works :-) Signed-off-by: Nico Schottelius --- bin/cdist-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/cdist-config b/bin/cdist-config index ff2c170b..363f95fb 100755 --- a/bin/cdist-config +++ b/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 }