[CalendarServer-changes] [7049] CalendarServer/trunk/contrib/migration/calendarmigrator.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 18 11:36:06 PST 2011


Revision: 7049
          http://trac.macosforge.org/projects/calendarserver/changeset/7049
Author:   sagen at apple.com
Date:     2011-02-18 11:36:06 -0800 (Fri, 18 Feb 2011)
Log Message:
-----------
Removing a workaround which has since been fixed.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/migration/calendarmigrator.py

Modified: CalendarServer/trunk/contrib/migration/calendarmigrator.py
===================================================================
--- CalendarServer/trunk/contrib/migration/calendarmigrator.py	2011-02-18 19:12:58 UTC (rev 7048)
+++ CalendarServer/trunk/contrib/migration/calendarmigrator.py	2011-02-18 19:36:06 UTC (rev 7049)
@@ -208,12 +208,6 @@
             migrateConfiguration(options, newServerRootValue, enableCalDAV,
                 enableCardDAV)
 
-            # FIXME: For now, disable service because postgres isn't
-            # automatically starting (since launchd is directly starting
-            # calendar service)
-            enableCalDAV = False
-            enableCardDAV = False
-
             setRunState(options, enableCalDAV, enableCardDAV)
             triggerResourceMigration(newServerRootValue)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110218/483ae4a8/attachment.html>


More information about the calendarserver-changes mailing list