This ithe fix that i received from the cfengine mailing list. It is in
the cfengine subversion tree.
Diff for /trunk/src/popen.c between version 12 and 44
--- trunk/src/popen.c 2005/02/01 18:24:32 12
+++ trunk/src/popen.c 2005/03/10 21:07:35 44
@@ -75,6 +75,8 @@
{
return NULL;
}
+
+ signal(SIGCHLD,SIG_DFL);
if (pid == 0)
{
--
--
********************************************************************
* *
* Bas van der Vlies e-mail: [EMAIL PROTECTED] *
* SARA - Academic Computing Services phone: +31 20 592 8012 *
* Kruislaan 415 fax: +31 20 6683167 *
* 1098 SJ Amsterdam *
* *
********************************************************************
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]