[csw-devel] SF.net SVN: gar:[11000] csw/mgar/pkg/apache2/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Sep 18 04:33:18 CEST 2010
Revision: 11000
http://gar.svn.sourceforge.net/gar/?rev=11000&view=rev
Author: bdwalton
Date: 2010-09-18 02:33:17 +0000 (Sat, 18 Sep 2010)
Log Message:
-----------
apache2: make postinstall step modulation specific
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-09-18 01:57:44 UTC (rev 10999)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-09-18 02:33:17 UTC (rev 11000)
@@ -109,7 +109,7 @@
rename-httpd:
@if test -f $(APACHE_ROOT)/sbin/httpd ; then \
- ( cd $(APACHE_ROOT)/sbin ; mv httpd httpd.prefork ) ; \
+ ( cd $(APACHE_ROOT)/sbin ; mv httpd httpd.$(MPM) ) ; \
fi
# Copy in specialized templates
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