summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2005-07-12 09:11:25 +0000
committerivan <ivan>2005-07-12 09:11:25 +0000
commit4def4da47df27f6982168220ec395e5580c32785 (patch)
treebc50cc101c5487d2f3693dfc52054462d6f931bb /Makefile
parentb07d04cabdee3bf60e1ef9c622e1e71aade7b46a (diff)
okay, really enable RT by default for good now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e63f799ab..9f6d70368 100644
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,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;
@@ -101,8 +101,8 @@ FREESIDE_CONF = /usr/local/etc/freeside
#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"