diff options
author | ivan <ivan> | 2005-05-24 15:33:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-24 15:33:02 +0000 |
commit | 1c8f3834d38fb9fbda77eb204d9cd162f20f95ea (patch) | |
tree | b4b3935be6c9c0cbdcf76b518d1302989088e572 /Makefile | |
parent | c2146ae32fdef80049abfa13098db2d45f3ebdd5 (diff) |
1.5.7. and enable RT by default, finally
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |