]> git.pld-linux.org Git - packages/apache1.git/commitdiff
second step include EAPI:
authorkloczek <kloczek@pld-linux.org>
Wed, 31 Jan 2001 20:01:24 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- change EAPI_MM_CORE_PATH value to "/var/state/apache/mm".

Changed files:
    apache-EAPI_MM_CORE_PATH-correction.patch -> 1.1

apache-EAPI_MM_CORE_PATH-correction.patch [new file with mode: 0644]

diff --git a/apache-EAPI_MM_CORE_PATH-correction.patch b/apache-EAPI_MM_CORE_PATH-correction.patch
new file mode 100644 (file)
index 0000000..7570076
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nru apache_1.3.17/src/include/httpd.h apache_1.3.17.new/src/include/httpd.h
+--- apache_1.3.17/src/include/httpd.h  Wed Jan 31 20:49:26 2001
++++ apache_1.3.17.new/src/include/httpd.h      Wed Jan 31 20:51:53 2001
+@@ -377,7 +377,7 @@
+  */
+ #ifdef EAPI
+ #ifndef EAPI_MM_CORE_PATH
+-#define EAPI_MM_CORE_PATH "logs/mm"
++#define EAPI_MM_CORE_PATH "/var/state/apache/mm"
+ #endif
+ #ifndef EAPI_MM_CORE_MAXSIZE
+ #define EAPI_MM_CORE_MAXSIZE 1024*1024*1 /* max. 1MB */
This page took 0.095377 seconds and 4 git commands to generate.