[CalendarServer-changes] [11039] CalendarServer/trunk/bin/caldavd

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 15 10:52:50 PDT 2013


Revision: 11039
          http://trac.calendarserver.org//changeset/11039
Author:   sagen at apple.com
Date:     2013-04-15 10:52:50 -0700 (Mon, 15 Apr 2013)
Log Message:
-----------
caldavd passes the FailIfUpgradeNeeded=False option

Modified Paths:
--------------
    CalendarServer/trunk/bin/caldavd

Modified: CalendarServer/trunk/bin/caldavd
===================================================================
--- CalendarServer/trunk/bin/caldavd	2013-04-13 00:58:21 UTC (rev 11038)
+++ CalendarServer/trunk/bin/caldavd	2013-04-15 17:52:50 UTC (rev 11039)
@@ -125,4 +125,6 @@
 
 export PYTHONPATH
 
-exec "${python}" "${twistdpath}" ${twistd_profile} ${twistd_reactor} ${daemonize} ${username} ${groupname} "${plugin_name}" ${configfile} ${service_type} ${errorlogenabled} ${profile} ${child_reactor};
+extra="-o FailIfUpgradeNeeded=False";
+
+exec "${python}" "${twistdpath}" ${twistd_profile} ${twistd_reactor} ${daemonize} ${username} ${groupname} "${plugin_name}" ${configfile} ${service_type} ${errorlogenabled} ${profile} ${child_reactor} ${extra};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130415/186354c2/attachment.html>


More information about the calendarserver-changes mailing list