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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Nov 14 18:05:18 CET 2010


Revision: 11606
          http://gar.svn.sourceforge.net/gar/?rev=11606&view=rev
Author:   bdwalton
Date:     2010-11-14 17:05:18 +0000 (Sun, 14 Nov 2010)

Log Message:
-----------
apache2: tweak the post-merge build CAS creation

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

Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile	2010-11-14 13:53:50 UTC (rev 11605)
+++ csw/mgar/pkg/apache2/trunk/Makefile	2010-11-14 17:05:18 UTC (rev 11606)
@@ -248,8 +248,8 @@
 	@(cd $(PKGROOT)/$(prefix)/apache2/etc/; \
                for f in httpd.conf.CSW extra/httpd-ssl.conf.CSW; do \
 		echo ...$$f; \
-		perl -pi -e 's/#*ServerName www.example.com:(80|443)/EOS\necho ServerName `hostname`:$$1 >> \$$TEMPLATE;\ncat <<EOS >>\$$TEMPLATE/; \
-		s/#*ServerAdmin you\@example.com/EOS\necho ServerAdmin root@`hostname` >> \$$TEMPLATE;\ncat <<EOS >>\$$TEMPLATE/; \
+		perl -pi -e 's/#*ServerName www.example.com:(80|443)/EOS\necho ServerName `hostname`:$$1 >> \$$TEMPLATE\ncat <<EOS >>\$$TEMPLATE/; \
+		s/#*ServerAdmin you\@example.com/EOS\necho ServerAdmin root@`hostname` >> \$$TEMPLATE\ncat <<EOS >>\$$TEMPLATE/; \
 		s/^User.*daemon/User nobody/; \
 		s/^Group.*daemon/Group nobody/; \
 		s/^(LoadModule.*suexec.*)/#$$1/; \


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