freeside Makefile,1.124,1.125

Ivan Kohler ivan at pouncequick.420.am
Tue May 24 08:33:07 PDT 2005


Update of /home/cvs/cvsroot/freeside
In directory pouncequick:/tmp/cvs-serv17771

Modified Files:
	Makefile 
Log Message:
1.5.7.  and enable RT by default, finally

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Makefile	10 Apr 2005 01:13:06 -0000	1.124
+++ Makefile	24 May 2005 15:33:02 -0000	1.125
@@ -82,8 +82,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;
@@ -99,8 +99,8 @@
 #rt/config.layout.in
 RT_PATH = /opt/rt3
 
-VERSION=1.5.0pre6
-TAG=freeside_1_5_0pre6
+VERSION=1.5.7
+TAG=freeside_1_5_7
 
 help:
 	@echo "supported targets: aspdocs masondocs alldocs docs install-docs"




More information about the freeside-commits mailing list