summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-12-03 07:12:20 +0000
committerivan <ivan>2005-12-03 07:12:20 +0000
commitfc4e700637d938bb7366c3d273a4aeefc2272e0c (patch)
treeb9b73748dc6b37696b743e8f07f495ee2413060b
parent0e4ec09c9413f24cd718472ceee70b02404e9f26 (diff)
those semicolons can't possibly have belonged there
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0c06edb..2c5abf9 100644
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,8 @@ SELFSERVICE_INSTALL_USERADD = /usr/sbin/useradd
#RT_ENABLED = 0
RT_ENABLED = 1
RT_DOMAIN = example.com
-RT_TIMEZONE = US/Pacific;
-#RT_TIMEZONE = US/Eastern;
+RT_TIMEZONE = US/Pacific
+#RT_TIMEZONE = US/Eastern
FREESIDE_URL = "http://localhost/freeside/"
#for now, same db as specified in DATASOURCE... eventually, otherwise?