SOURCES: httpd-2.0.52-peruser-0.1.6.patch - new version, fixed to ...
baseciq
baseciq at pld-linux.org
Sun Sep 4 10:44:23 CEST 2005
Author: baseciq Date: Sun Sep 4 08:44:23 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new version, fixed to work with our build
---- Files affected:
SOURCES:
httpd-2.0.52-peruser-0.1.6.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/httpd-2.0.52-peruser-0.1.6.patch
diff -u SOURCES/httpd-2.0.52-peruser-0.1.6.patch:1.1 SOURCES/httpd-2.0.52-peruser-0.1.6.patch:1.2
--- SOURCES/httpd-2.0.52-peruser-0.1.6.patch:1.1 Fri Sep 2 09:40:11 2005
+++ SOURCES/httpd-2.0.52-peruser-0.1.6.patch Sun Sep 4 10:44:18 2005
@@ -5,8 +5,8 @@
AC_MSG_CHECKING(which MPM to use)
AC_ARG_WITH(mpm,
APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use.
-- MPM={beos|worker|prefork|mpmt_os2|perchild|leader|threadpool}),[
-+ MPM={beos|worker|prefork|mpmt_os2|perchild|peruser|leader|threadpool}),[
+- MPM={beos|worker|prefork|mpmt_os2|perchild|leader|threadpool|metuxmpm}),[
++ MPM={beos|worker|prefork|mpmt_os2|perchild|peruser|leader|threadpool|metuxmpm}),[
APACHE_MPM=$withval
],[
if test "x$APACHE_MPM" = "x"; then
@@ -14,8 +14,8 @@
APACHE_FAST_OUTPUT(server/mpm/Makefile)
MPM_NAME=$apache_cv_mpm
--if test "$MPM_NAME" = "leader" -o "$MPM_NAME" = "threadpool" -o "$MPM_NAME" = "perchild"; then
-+if test "$MPM_NAME" = "leader" -o "$MPM_NAME" = "threadpool" -o "$MPM_NAME" = "perchild" -o "$MPM_NAME" = "peruser"; then
+-if test "$MPM_NAME" = "leader" -o "$MPM_NAME" = "threadpool" -o "$MPM_NAME" = "perchild" -o "$MPM_NAME" = "metuxmpm"; then
++if test "$MPM_NAME" = "leader" -o "$MPM_NAME" = "threadpool" -o "$MPM_NAME" = "perchild" -o "$MPM_NAME" = "metuxmpm" -o "$MPM_NAME" = "peruser"; then
AC_MSG_WARN(You have selected an EXPERIMENTAL MPM. Be warned!)
MPM_SUBDIR_NAME=experimental/$MPM_NAME
else
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/httpd-2.0.52-peruser-0.1.6.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list