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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Nov 15 02:14:32 CET 2010


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

Log Message:
-----------
apache2: fix a few escaping issues in the build CAS creation script

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-14 23:58:34 UTC (rev 11612)
+++ csw/mgar/pkg/apache2/trunk/files/build_cas_template	2010-11-15 01:14:32 UTC (rev 11613)
@@ -17,9 +17,9 @@
 	-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/;" \
-	-e "s/^#(Include.*httpd-mpm.conf)/\$1/;" \
-	-e "s/^#(Include.*httpd-ssl.conf)/\$1/;" \$CONF_FILE
+	-e 's/^(LoadModule.*suexec.*)/#\$1/;' \
+	-e 's/^#(Include.*httpd-mpm.conf)/\$1/;' \
+	-e 's/^#(Include.*httpd-ssl.conf)/\$1/;' \$CONF_FILE
    fi
 else
    # preserve ourselves with no changes


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