[CalendarServer-changes] [7779] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 12 13:54:59 PDT 2011


Revision: 7779
          http://trac.macosforge.org/projects/calendarserver/changeset/7779
Author:   cdaboo at apple.com
Date:     2011-07-12 13:54:58 -0700 (Tue, 12 Jul 2011)
Log Message:
-----------
Timezone service off by default.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-07-12 20:18:08 UTC (rev 7778)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-07-12 20:54:58 UTC (rev 7779)
@@ -451,7 +451,7 @@
     "EnableTimezoneService"   : False, # Old Timezone service
     
     "TimezoneService"         : {    # New standard timezone service
-        "Enabled"       : True,      # Overall on/off switch
+        "Enabled"       : False,     # Overall on/off switch
         "Mode"          : "primary", # Can be "primary" or "secondary"
         "BasePath"      : "",        # Path to zoneinfo - if None use default package path
                                      # secondary service MUST define its own writeable path
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110712/78f550db/attachment.html>


More information about the calendarserver-changes mailing list