[CalendarServer-changes] [1806] CalendarServer/branches/release/CalendarServer-1.0-dev

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 20 16:06:34 PDT 2007


Revision: 1806
          http://trac.macosforge.org/projects/calendarserver/changeset/1806
Author:   wsanchez at apple.com
Date:     2007-08-20 16:06:34 -0700 (Mon, 20 Aug 2007)

Log Message:
-----------
Pulled up r1802 r1803 from trunk.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.0-dev/conf/caldavd.plist
    CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/config.py

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/conf/caldavd.plist
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/conf/caldavd.plist	2007-08-20 23:05:50 UTC (rev 1805)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/conf/caldavd.plist	2007-08-20 23:06:34 UTC (rev 1806)
@@ -204,7 +204,7 @@
 
   <!-- Server statistics file -->
   <key>ServerStatsFile</key>
-  <string>/Library/CalendarServer/Documents/stats.plist</string>
+  <string>/var/run/caldavd/stats.plist</string>
 
   <!-- Server process ID file -->
   <key>PIDFile</key>

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/config.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/config.py	2007-08-20 23:05:50 UTC (rev 1805)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/config.py	2007-08-20 23:06:34 UTC (rev 1806)
@@ -108,7 +108,7 @@
     "Verbose": False,
     "AccessLogFile"  : "/var/log/caldavd/access.log",                   # Apache-style access log
     "ErrorLogFile"   : "/var/log/caldavd/error.log",                    # Server activity log
-    "ServerStatsFile": "/Library/CalendarServer/Documents/stats.plist",
+    "ServerStatsFile": "/var/run/caldavd/stats.plist",
     "PIDFile"        : "/var/run/caldavd.pid",
     "RotateAccessLog": False,
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070820/04e2ad96/attachment.html


More information about the calendarserver-changes mailing list