Changeset 1798

Show
Ignore:
Timestamp:
08/13/08 16:17:47 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1797 r1798  
    112008-08-13  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * cherokee/main_admin.c (main): Ignore SIGCHLD. We want to be 
     4        there that no zombie processes lingers. 
    25 
    36        * admin/static/js/common.js: Fixes a reloading issue in Firefox. I 
  • cherokee/trunk/cherokee/main_admin.c

    r1748 r1798  
    213213        signal (SIGPIPE, SIG_IGN); 
    214214#endif 
     215#ifdef SIGCHLD 
     216        signal (SIGCHLD, SIG_IGN); 
     217#endif 
    215218 
    216219        cherokee_init();