[freeside-commits] freeside Makefile,1.145.2.5,1.145.2.6
Ivan,,,
ivan at wavetail.420.am
Wed Apr 2 10:29:34 PDT 2008
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv20095
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Makefile
Log Message:
substitute FREESIDE_CONF in apache conf files
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.145.2.5
retrieving revision 1.145.2.6
diff -u -d -r1.145.2.5 -r1.145.2.6
--- Makefile 2 Apr 2008 16:57:57 -0000 1.145.2.5
+++ Makefile 2 Apr 2008 17:29:32 -0000 1.145.2.6
@@ -235,6 +235,7 @@
( [ ${RT_ENABLED} -eq 1 ] && install -o root -m 755 htetc/freeside-rt.conf ${APACHE_CONF} || true ) && \
perl -p -i -e "\
s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g; \
+ s'%%%FREESIDE_CONF%%%'${FREESIDE_CONF}'g; \
s'%%%MASON_HANDLER%%%'${MASON_HANDLER}'g; \
" ${APACHE_CONF}/freeside-*.conf \
) || true
More information about the freeside-commits
mailing list