[csw-devel] SF.net SVN: gar:[11046] csw/mgar/pkg/apache2/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Sep 24 03:19:39 CEST 2010
Revision: 11046
http://gar.svn.sourceforge.net/gar/?rev=11046&view=rev
Author: bdwalton
Date: 2010-09-24 01:19:39 +0000 (Fri, 24 Sep 2010)
Log Message:
-----------
apache2: drop the experimental event mpm
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-09-24 00:57:22 UTC (rev 11045)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-09-24 01:19:39 UTC (rev 11046)
@@ -18,11 +18,10 @@
# Build multiple mpm's and merge them all into one install
EXTRA_MODULATORS = MPM
-MODULATIONS_MPM = prefork worker event
+MODULATIONS_MPM = prefork worker
MERGE_SCRIPTS_isa-default-mpm-prefork = copy-all
MERGE_SCRIPTS_isa-default-mpm-worker = copy-all
-MERGE_SCRIPTS_isa-default-mpm-event = copy-all
# Visitor information
SPKG_SOURCEURL = http://httpd.apache.org/
@@ -79,10 +78,9 @@
# the Makefile.
INITSMF = /etc/opt/csw/init.d/cswapache2
-ALTERNATIVES_CSWapache2 = prefork worker event
+ALTERNATIVES_CSWapache2 = prefork worker
ALTERNATIVE_prefork = /opt/csw/apache2/sbin/httpd httpd /opt/apache2/sbin/httpd.prefork 100
ALTERNATIVE_worker = /opt/csw/apache2/sbin/httpd httpd /opt/apache2/sbin/httpd.worker 50
-ALTERNATIVE_event = /opt/csw/apache2/sbin/httpd httpd /opt/apache2/sbin/httpd.event 40
# Build Configuration
CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list