summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2011-03-21 22:38:31 +0000
committerJoe Orton <jorton@redhat.com>2011-03-21 22:38:31 +0000
commitaf8f10bb133e5a42c8ea6b477f90fe515596b9cc (patch)
tree04479307714249f870cd5d648126c8443f5c15a5
parentdd4efa94e8876589a26a9ac8a6251461acd8666f (diff)
- drop patch, not really useful in Fedora, committed
upstream in r1084000.
-rw-r--r--httpd-2.2.11-xfsz.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/httpd-2.2.11-xfsz.patch b/httpd-2.2.11-xfsz.patch
deleted file mode 100644
index 7f9e16a..0000000
--- a/httpd-2.2.11-xfsz.patch
+++ /dev/null
@@ -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