[CalendarServer-changes] [5610] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Tue May 18 13:08:40 PDT 2010


Revision: 5610
          http://trac.macosforge.org/projects/calendarserver/changeset/5610
Author:   sagen at apple.com
Date:     2010-05-18 13:08:35 -0700 (Tue, 18 May 2010)
Log Message:
-----------
Don't auto-create ServerRoot.  If it's not already there, it's a fatal error.  Mainly this is an issue when the calendar server data lives on a volume being auto-mounted and it hasn't been mounted just yet.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2010-05-18 19:09:13 UTC (rev 5609)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2010-05-18 20:08:35 UTC (rev 5610)
@@ -279,7 +279,6 @@
             "Server root",
             # Require write access because one might not allow editing on /
             access=os.W_OK,
-            create=(0750, config.UserName, config.GroupName),
         )
         
         #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100518/30dfe744/attachment.html>


More information about the calendarserver-changes mailing list