[CalendarServer-changes] [13466] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu May 8 14:47:48 PDT 2014


Revision: 13466
          http://trac.calendarserver.org//changeset/13466
Author:   wsanchez at apple.com
Date:     2014-05-08 14:47:48 -0700 (Thu, 08 May 2014)
Log Message:
-----------
Add calendarserver_config to sbin

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-test.plist
    CalendarServer/trunk/support/Apple.make

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2014-05-08 19:23:52 UTC (rev 13465)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2014-05-08 21:47:48 UTC (rev 13466)
@@ -1008,6 +1008,15 @@
       <false/>
     </dict>
 
+    <key>GroupAttendees</key>
+    <dict>
+      <key>GroupAttendees</key>
+      <true/>
+
+      <key>ReconciliationDelaySeconds</key>
+      <integer>5</integer>
+    </dict>
+
     <!-- Maximum number of results returned by principal-property-search REPORT -->
     <key>MaxPrincipalSearchReportResults</key>
     <integer>500</integer>

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2014-05-08 19:23:52 UTC (rev 13465)
+++ CalendarServer/trunk/support/Apple.make	2014-05-08 21:47:48 UTC (rev 13466)
@@ -153,6 +153,7 @@
 	$(_v) ln -fs "../..$(NSLOCALDIR)$(NSLIBRARYSUBDIR)/CalendarServer/bin/caldavd" "$(DSTROOT)$(SIPP)/usr/sbin/caldavd";
 	$(_v) for cmd in                                                                                                         \
 	          caldavd                                                                                                        \
+	          calendarserver_config                                                                                          \
 	          calendarserver_command_gateway                                                                                 \
 	          calendarserver_export                                                                                          \
 	          calendarserver_manage_principals                                                                               \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140508/9ab7885f/attachment.html>


More information about the calendarserver-changes mailing list