[csw-devel] SF.net SVN: gar:[11068] csw/mgar/pkg/apache2/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Sep 28 15:31:17 CEST 2010


Revision: 11068
          http://gar.svn.sourceforge.net/gar/?rev=11068&view=rev
Author:   bdwalton
Date:     2010-09-28 13:31:17 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
apache2: correct alternatives setup (thanks |woody|)

Modified Paths:
--------------
    csw/mgar/pkg/apache2/trunk/Makefile

Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile	2010-09-28 13:04:39 UTC (rev 11067)
+++ csw/mgar/pkg/apache2/trunk/Makefile	2010-09-28 13:31:17 UTC (rev 11068)
@@ -79,8 +79,8 @@
 INITSMF = /etc/opt/csw/init.d/cswapache2
 
 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_prefork = /opt/csw/apache2/sbin/httpd httpd /opt/csw/apache2/sbin/httpd.prefork 100
+ALTERNATIVE_worker = /opt/csw/apache2/sbin/httpd httpd /opt/csw/apache2/sbin/httpd.worker 50
 
 # 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