From: kloczek Date: Wed, 31 Jan 2001 20:01:24 +0000 (+0000) Subject: second step include EAPI: X-Git-Tag: apache-1_3_17-1~6 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=6b4e72f479f7362e30a04f9c6014f2b599974765;p=packages%2Fapache1.git second step include EAPI: - change EAPI_MM_CORE_PATH value to "/var/state/apache/mm". Changed files: apache-EAPI_MM_CORE_PATH-correction.patch -> 1.1 --- diff --git a/apache-EAPI_MM_CORE_PATH-correction.patch b/apache-EAPI_MM_CORE_PATH-correction.patch new file mode 100644 index 0000000..7570076 --- /dev/null +++ b/apache-EAPI_MM_CORE_PATH-correction.patch @@ -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 */