[freeside-commits] freeside Makefile,1.200,1.201
Ivan,,,
ivan at wavetail.420.am
Sun Apr 17 17:11:30 PDT 2011
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv5935
Modified Files:
Makefile
Log Message:
remove support for mod_perl before v2
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -w -d -r1.200 -r1.201
--- Makefile 30 Dec 2010 07:30:58 -0000 1.200
+++ Makefile 18 Apr 2011 00:11:28 -0000 1.201
@@ -26,13 +26,6 @@
#package maintainers
DIST_CONF = ${FREESIDE_CONF}/default_conf
-#mod_perl v1
-#APACHE_VERSION = 1
-#mod_perl v2 prereleases up to and including 1.999_21
-#APACHE_VERSON = 1.99
-#mod_perl v2 proper and prereleases 1.999_22 and after
-APACHE_VERSION = 2
-
#deb
FREESIDE_DOCUMENT_ROOT = /var/www/freeside
#redhat, fedora, mandrake
@@ -261,7 +254,7 @@
install-apache:
[ -e ${APACHE_CONF}/freeside-base.conf ] && rm ${APACHE_CONF}/freeside-base.conf || true
[ -d ${APACHE_CONF} ] && \
- ( install -o root -m 755 htetc/freeside-base${APACHE_VERSION}.conf ${APACHE_CONF} && \
+ ( install -o root -m 755 htetc/freeside-base2.conf ${APACHE_CONF} && \
( [ ${RT_ENABLED} -eq 1 ] && install -o root -m 755 htetc/freeside-rt.conf ${APACHE_CONF} || true ) && \
( [ ${TORRUS_ENABLED} -eq 1 ] && install -o root -m 755 htetc/freeside-torrus.conf ${APACHE_CONF} || true ) && \
perl -p -i -e "\
More information about the freeside-commits
mailing list