]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-EAPI_MM_CORE_PATH-correction.patch
- renamed from apache-*.patch for apache1.spec (to easily distinguish between versions)
[packages/apache1.git] / apache1-EAPI_MM_CORE_PATH-correction.patch
1 diff -Nru apache_1.3.17/src/include/httpd.h apache_1.3.17.new/src/include/httpd.h
2 --- apache_1.3.17/src/include/httpd.h   Wed Jan 31 20:49:26 2001
3 +++ apache_1.3.17.new/src/include/httpd.h       Wed Jan 31 20:51:53 2001
4 @@ -377,7 +377,7 @@
5   */
6  #ifdef EAPI
7  #ifndef EAPI_MM_CORE_PATH
8 -#define EAPI_MM_CORE_PATH "logs/mm"
9 +#define EAPI_MM_CORE_PATH "/var/run/apache/mm"
10  #endif
11  #ifndef EAPI_MM_CORE_MAXSIZE
12  #define EAPI_MM_CORE_MAXSIZE 1024*1024*1 /* max. 1MB */
This page took 0.042824 seconds and 4 git commands to generate.