From 1c8f3834d38fb9fbda77eb204d9cd162f20f95ea Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 May 2005 15:33:02 +0000 Subject: [PATCH] 1.5.7. and enable RT by default, finally --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.11.0