[freeside-commits] freeside Makefile,1.155,1.156
Ivan,,,
ivan at wavetail.420.am
Wed Apr 2 10:28:46 PDT 2008
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv20049
Modified Files:
Makefile
Log Message:
substitute FREESIDE_CONF in apache conf files
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- Makefile 2 Apr 2008 17:00:22 -0000 1.155
+++ Makefile 2 Apr 2008 17:28:43 -0000 1.156
@@ -234,6 +234,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