[csw-devel] SF.net SVN: gar:[11614] csw/mgar/pkg/apache2/trunk/files/build_cas_template

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Nov 15 02:42:27 CET 2010


Revision: 11614
          http://gar.svn.sourceforge.net/gar/?rev=11614&view=rev
Author:   bdwalton
Date:     2010-11-15 01:42:27 +0000 (Mon, 15 Nov 2010)

Log Message:
-----------
apache2: escape an @ in the build CAS script substitution list

Modified Paths:
--------------
    csw/mgar/pkg/apache2/trunk/files/build_cas_template

Modified: csw/mgar/pkg/apache2/trunk/files/build_cas_template
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/build_cas_template	2010-11-15 01:14:32 UTC (rev 11613)
+++ csw/mgar/pkg/apache2/trunk/files/build_cas_template	2010-11-15 01:42:27 UTC (rev 11614)
@@ -14,7 +14,7 @@
       cp -p \$CONF_FILE.CSW \$CONF_FILE
       perl -pi \
 	-e "s/#*ServerName.*www.example.com/ServerName \`hostname\`/;" \
-	-e "s/#*ServerAdmin you\@example.com/ServerAdmin root@\`hostname\`/;" \
+	-e "s/#*ServerAdmin you\@example.com/ServerAdmin root\@\`hostname\`/;" \
 	-e "s/^User.*daemon/User nobody/;" \
 	-e "s/^Group.*daemon/Group nobody/;" \
 	-e '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