From: ivan Date: Tue, 24 May 2005 15:33:02 +0000 (+0000) Subject: 1.5.7. and enable RT by default, finally X-Git-Tag: BEFORE_FINAL_MASONIZE~505 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1c8f3834d38fb9fbda77eb204d9cd162f20f95ea 1.5.7. and enable RT by default, finally --- diff --git a/Makefile b/Makefile index 79491e940..796bca81f 100644 --- a/Makefile +++ b/Makefile @@ -82,8 +82,8 @@ SELFSERVICE_INSTALL_USER = ivan 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 @@ FREESIDE_CONF = /usr/local/etc/freeside #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"