- drop patch, not really useful in Fedora, committed
upstream in r1084000.
This commit is contained in:
parent
dd4efa94e8
commit
af8f10bb13
@ -1,11 +0,0 @@
|
||||
--- httpd-2.2.11/server/mpm/prefork/prefork.c.xfsz
|
||||
+++ httpd-2.2.11/server/mpm/prefork/prefork.c
|
||||
@@ -399,7 +399,7 @@ static void set_signals(void)
|
||||
ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, "sigaction(SIGXCPU)");
|
||||
#endif
|
||||
#ifdef SIGXFSZ
|
||||
- sa.sa_handler = SIG_DFL;
|
||||
+ sa.sa_handler = SIG_IGN;
|
||||
if (sigaction(SIGXFSZ, &sa, NULL) < 0)
|
||||
ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, "sigaction(SIGXFSZ)");
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user