[freeside-commits] freeside Makefile,1.127,1.128
Ivan,,,
ivan at wavetail.420.am
Tue Jul 12 02:11:27 PDT 2005
Update of /home/cvs/cvsroot/freeside
In directory wavetail:/tmp/cvs-serv7478
Modified Files:
Makefile
Log Message:
okay, really enable RT by default for good now
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Makefile 11 Jul 2005 13:01:16 -0000 1.127
+++ Makefile 12 Jul 2005 09:11:25 -0000 1.128
@@ -84,8 +84,8 @@
SELFSERVICE_INSTALL_USERADD = /usr/sbin/useradd
#SELFSERVICE_INSTALL_USERADD = "/usr/sbin/pw useradd"
-RT_ENABLED = 0
-#RT_ENABLED = 1
+#RT_ENABLED = 0
+RT_ENABLED = 1
RT_DOMAIN = example.com
RT_TIMEZONE = US/Pacific;
#RT_TIMEZONE = US/Eastern;
@@ -101,8 +101,8 @@
#rt/config.layout.in
RT_PATH = /opt/rt3
-VERSION=1.5.7
-TAG=freeside_1_5_7
+VERSION=1.5.8cvs
+TAG=freeside_1_5_8
help:
@echo "supported targets: aspdocs masondocs alldocs docs install-docs"
More information about the freeside-commits
mailing list