summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-11-24 20:54:34 +0000
committerivan <ivan>2004-11-24 20:54:34 +0000
commit9027fa93a91ced6f330627255e7296a792434f6d (patch)
treec42d82c2037571d006ab225bbb7647ebead2ac83
parent6c6fb883997516b5369fe697ed79079a38f6c742 (diff)
don't enabled RT by default
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2830fe1a9..c3394779a 100644
--- a/Makefile
+++ b/Makefile
@@ -71,8 +71,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;