[CalendarServer-changes] [1803] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 20 13:48:40 PDT 2007


Revision: 1803
          http://trac.macosforge.org/projects/calendarserver/changeset/1803
Author:   wsanchez at apple.com
Date:     2007-08-20 13:48:38 -0700 (Mon, 20 Aug 2007)

Log Message:
-----------
Use /var/run for stats file, since we can write there.

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

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2007-08-20 18:44:10 UTC (rev 1802)
+++ CalendarServer/trunk/conf/caldavd.plist	2007-08-20 20:48:38 UTC (rev 1803)
@@ -204,7 +204,7 @@
 
   <!-- Server statistics file -->
   <key>ServerStatsFile</key>
-  <string>/var/log/caldavd/stats.plist</string>
+  <string>/var/run/caldavd/stats.plist</string>
 
   <!-- Server process ID file -->
   <key>PIDFile</key>

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2007-08-20 18:44:10 UTC (rev 1802)
+++ CalendarServer/trunk/twistedcaldav/config.py	2007-08-20 20:48:38 UTC (rev 1803)
@@ -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": "/var/log/caldavd/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/a7c8d1e5/attachment.html


More information about the calendarserver-changes mailing list