[CalendarServer-changes] [3352] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 10 15:58:08 PST 2008


Revision: 3352
          http://trac.macosforge.org/projects/calendarserver/changeset/3352
Author:   wsanchez at apple.com
Date:     2008-11-10 15:58:08 -0800 (Mon, 10 Nov 2008)
Log Message:
-----------
Move DataRootto /Library/CalendarServer/Data/

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

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2008-11-10 22:28:29 UTC (rev 3351)
+++ CalendarServer/trunk/conf/caldavd.plist	2008-11-10 23:58:08 UTC (rev 3352)
@@ -74,7 +74,7 @@
 
     <!-- Data root -->
     <key>DataRoot</key>
-    <string>/var/run/caldavd/</string>
+    <string>/Library/CalendarServer/Data/</string>
 
     <!-- Document root -->
     <key>DocumentRoot</key>

Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple	2008-11-10 22:28:29 UTC (rev 3351)
+++ CalendarServer/trunk/support/Makefile.Apple	2008-11-10 23:58:08 UTC (rev 3352)
@@ -102,6 +102,7 @@
 	$(_v) $(INSTALL_FILE) $(Sources)/doc/caladmin.8 $(DSTROOT)$(MANDIR)/man8
 	$(_v) gzip -9 -f $(DSTROOT)$(MANDIR)/man8/*.8
 	$(_v) $(INSTALL_DIRECTORY) $(DSTROOT)$(NSLOCALDIR)/$(NSLIBRARYSUBDIR)/$(Project)
+	$(_v) $(INSTALL_DIRECTORY) -o $(USER) -g $(GROUP) -m 0750 $(DSTROOT)$(NSLOCALDIR)/$(NSLIBRARYSUBDIR)/$(Project)/Data
 	$(_v) $(INSTALL_DIRECTORY) -o $(USER) -g $(GROUP) -m 0750 $(DSTROOT)$(NSLOCALDIR)/$(NSLIBRARYSUBDIR)/$(Project)/Documents
 	$(_v) $(INSTALL_DIRECTORY) -m 0755 $(DSTROOT)$(VARDIR)/log/caldavd
 	$(_v) $(INSTALL_DIRECTORY) $(DSTROOT)$(NSLIBRARYDIR)/LaunchDaemons

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2008-11-10 22:28:29 UTC (rev 3351)
+++ CalendarServer/trunk/twistedcaldav/config.py	2008-11-10 23:58:08 UTC (rev 3352)
@@ -73,7 +73,7 @@
     #
     # Data store
     #
-    "DataRoot"             : "/var/run/caldavd",
+    "DataRoot"             : "/Library/CalendarServer/Data",
     "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/20081110/8cfae0d3/attachment-0001.html>


More information about the calendarserver-changes mailing list