summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.2-restart.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-21 18:18:24 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-21 18:18:24 +0200
commite6cc70b01f04726bec55199ef2cfe9d29a5924b9 (patch)
tree7ec52cea31dd6d49401b15ac3480ef807c93f501 /httpd-2.4.2-restart.patch
parent65e03b2d11ed6e42a421636e29b936edf78459d3 (diff)
httpd: sync with rawhide, update to 2.4.3
Diffstat (limited to 'httpd-2.4.2-restart.patch')
-rw-r--r--httpd-2.4.2-restart.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/httpd-2.4.2-restart.patch b/httpd-2.4.2-restart.patch
deleted file mode 100644
index b4f9942..0000000
--- a/httpd-2.4.2-restart.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-
-https://bugzilla.redhat.com/show_bug.cgi?id=814645
-
-http://svn.apache.org/viewvc?rev=1331847&view=rev
-
---- httpd-2.4.2/server/main.c.restart
-+++ httpd-2.4.2/server/main.c
-@@ -671,6 +671,11 @@ int main(int argc, const char * const ar
- }
- }
-
-+ /* If our config failed, deal with that here. */
-+ if (rv != OK) {
-+ destroy_and_exit_process(process, 1);
-+ }
-+
- signal_server = APR_RETRIEVE_OPTIONAL_FN(ap_signal_server);
- if (signal_server) {
- int exit_status;
-@@ -680,11 +685,6 @@ int main(int argc, const char * const ar
- }
- }
-
-- /* If our config failed, deal with that here. */
-- if (rv != OK) {
-- destroy_and_exit_process(process, 1);
-- }
--
- apr_pool_clear(plog);
-
- if ( ap_run_open_logs(pconf, plog, ptemp, ap_server_conf) != OK) {