[CalendarServer-changes] [1540] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri May 18 06:53:28 PDT 2007


Revision: 1540
          http://trac.macosforge.org/projects/calendarserver/changeset/1540
Author:   cdaboo at apple.com
Date:     2007-05-18 06:53:27 -0700 (Fri, 18 May 2007)

Log Message:
-----------
Use /var/run for the data root.

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd.plist
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2007-05-18 00:01:46 UTC (rev 1539)
+++ CalendarServer/trunk/conf/caldavd.plist	2007-05-18 13:53:27 UTC (rev 1540)
@@ -68,7 +68,7 @@
 
   <!-- Data root -->
   <key>DataRoot</key>
-  <string>/Library/CalendarServer/Data</string>
+  <string>/var/run</string>
 
   <!-- Document root -->
   <key>DocumentRoot</key>

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2007-05-18 00:01:46 UTC (rev 1539)
+++ CalendarServer/trunk/twistedcaldav/config.py	2007-05-18 13:53:27 UTC (rev 1540)
@@ -63,7 +63,7 @@
     #
     # Data store
     #
-    "DataRoot"             : "/Library/CalendarServer/Data",
+    "DataRoot"             : "/var/run",
     "DocumentRoot"         : "/Library/CalendarServer/Documents",
     "UserQuota"            : 104857600, # User quota (in bytes)
     "MaximumAttachmentSize":   1048576, # Attachment size limit (in bytes)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070518/70c0a63f/attachment.html


More information about the calendarserver-changes mailing list