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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Sep 29 14:50:26 CEST 2010


Revision: 11093
          http://gar.svn.sourceforge.net/gar/?rev=11093&view=rev
Author:   bdwalton
Date:     2010-09-29 12:50:26 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
apache2: disable suexec in the template httpd.conf

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

Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile	2010-09-29 08:40:07 UTC (rev 11092)
+++ csw/mgar/pkg/apache2/trunk/Makefile	2010-09-29 12:50:26 UTC (rev 11093)
@@ -254,7 +254,7 @@
 
 post-merge:
 	@(cd $(PKGROOT)/$(prefix)/apache2/etc/; \
-	perl -pi -e "s/User.*daemon.*/User \@USER\@/; s/Group.*daemon.*/Group \@GROUP\@/; s/#ServerName www.example.com:80/ServerName \@HOSTNAME\@:80/; s/ServerAdmin you\@example.com/ServerAdmin \@ADMIN\@/" httpd.conf; \
+	perl -pi -e 's/User.*daemon.*/User \@USER\@/; s/Group.*daemon.*/Group \@GROUP\@/; s/#ServerName www.example.com:80/ServerName \@HOSTNAME\@:80/; s/ServerAdmin you\@example.com/ServerAdmin \@ADMIN\@/; s/^(LoadModule.*suexec.*)/#$$1/' httpd.conf; \
 		mv httpd.conf httpd.conf.CSW )
 	@$(MAKECOOKIE)
 


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