]> git.pld-linux.org Git - packages/apache.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 11 Sep 2006 10:13:37 +0000 (10:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-revert-bug-40463.patch -> 1.1

apache-revert-bug-40463.patch [new file with mode: 0644]

diff --git a/apache-revert-bug-40463.patch b/apache-revert-bug-40463.patch
new file mode 100644 (file)
index 0000000..278d0eb
--- /dev/null
@@ -0,0 +1,21 @@
+diff -urN httpd-2.2.3.org/server/log.c httpd-2.2.3/server/log.c
+--- httpd-2.2.3.org/server/log.c       2006-07-12 05:38:44.000000000 +0200
++++ httpd-2.2.3/server/log.c   2006-09-11 12:12:55.193571822 +0200
+@@ -237,8 +237,6 @@
+     apr_proc_t *procnew;
+     if (((rc = apr_procattr_create(&procattr, p)) == APR_SUCCESS)
+-        && ((rc = apr_procattr_cmdtype_set(procattr,
+-                                           APR_SHELLCMD_ENV)) == APR_SUCCESS)
+         && ((rc = apr_procattr_io_set(procattr,
+                                       APR_FULL_BLOCK,
+                                       APR_NO_PIPE,
+@@ -793,8 +791,6 @@
+     apr_status_t status;
+     if (((status = apr_procattr_create(&procattr, pl->p)) != APR_SUCCESS) ||
+-        ((status = apr_procattr_cmdtype_set(procattr,
+-                                            APR_SHELLCMD_ENV)) != APR_SUCCESS) ||
+         ((status = apr_procattr_child_in_set(procattr,
+                                              ap_piped_log_read_fd(pl),
+                                              ap_piped_log_write_fd(pl)))
This page took 0.115369 seconds and 4 git commands to generate.