[CalendarServer-changes] [976] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 8 14:28:44 PST 2007


Revision: 976
          http://trac.macosforge.org/projects/calendarserver/changeset/976
Author:   dreid at apple.com
Date:     2007-01-08 14:28:43 -0800 (Mon, 08 Jan 2007)

Log Message:
-----------
fix launchd.plist stdout key, and get the latest version of PyOpenDirectory in ./run

Modified Paths:
--------------
    CalendarServer/trunk/conf/launchd.plist
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/conf/launchd.plist
===================================================================
--- CalendarServer/trunk/conf/launchd.plist	2007-01-08 22:02:30 UTC (rev 975)
+++ CalendarServer/trunk/conf/launchd.plist	2007-01-08 22:28:43 UTC (rev 976)
@@ -42,7 +42,7 @@
   <key>KeepAlive</key>
   <true/>
   
-  <key>StandardOutputPath</key>
+  <key>StandardOutPath</key>
   <string>/var/log/caldavd/error.log</string>
 
   <key>StandardErrorPath</key>

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2007-01-08 22:02:30 UTC (rev 975)
+++ CalendarServer/trunk/run	2007-01-08 22:28:43 UTC (rev 976)
@@ -410,7 +410,7 @@
   if ! py_have_module opendirectory; then
     opendirectory="${top}/PyOpenDirectory";
 
-    svn_get "PyOpenDirectory" "${opendirectory}" "${svn_uri_base}/PyOpenDirectory/trunk" 755;
+    svn_get "PyOpenDirectory" "${opendirectory}" "${svn_uri_base}/PyOpenDirectory/trunk" 933;
     py_build "PyOpenDirectory" "${opendirectory}" false;
     py_install "PyOpenDirectory" "${opendirectory}";
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070108/8b27e468/attachment.html


More information about the calendarserver-changes mailing list