Changeset 1798
- Timestamp:
- 08/13/08 16:17:47 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/main_admin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1797 r1798 1 1 2008-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. 2 5 3 6 * admin/static/js/common.js: Fixes a reloading issue in Firefox. I cherokee/trunk/cherokee/main_admin.c
r1748 r1798 213 213 signal (SIGPIPE, SIG_IGN); 214 214 #endif 215 #ifdef SIGCHLD 216 signal (SIGCHLD, SIG_IGN); 217 #endif 215 218 216 219 cherokee_init();