Revision: 1540 http://trac.macosforge.org/projects/calendarserver/changeset/1540 Author: cdaboo@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)
participants (1)
-
source_changes@macosforge.org