[freeside-commits] branch FREESIDE_3_BRANCH updated. e51dc8ee781dee3d6b2c63bc5164c9fd763a9a5c
Jeremy Davis
jeremyd at 420.am
Thu May 21 07:48:09 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via e51dc8ee781dee3d6b2c63bc5164c9fd763a9a5c (commit)
from 1b5c30ddf2cf14c5a1196677111a9bd2b8e3521d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e51dc8ee781dee3d6b2c63bc5164c9fd763a9a5c
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu May 21 10:47:56 2015 -0400
Jessie support for FREESIDE_3_BRANCH
diff --git a/Makefile b/Makefile
index 5a1d61a..ab27c00 100644
--- a/Makefile
+++ b/Makefile
@@ -287,7 +287,7 @@ install-init:
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 "\
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list