From 31ee5f8285215545e9de4c5cc0ea169832b5390e Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Fri, 25 Jul 2008 05:56:46 +0000 Subject: autoreap zombies --- qooxdoo/source/tr.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qooxdoo') diff --git a/qooxdoo/source/tr.cgi b/qooxdoo/source/tr.cgi index be02730..cc0fe28 100755 --- a/qooxdoo/source/tr.cgi +++ b/qooxdoo/source/tr.cgi @@ -8,6 +8,9 @@ use CGI::Util qw(expires); use CGI::Session; use Qooxdoo::JSONRPC; +# don't bother with zombies +$SIG{CHLD} = 'IGNORE'; + #$Qooxdoo::JSONRPC::debug=1; # Change this space-separated list of directories to include -- cgit v1.2.3-24-g4f1b