[CalendarServer-changes] [1975] CalendarServer/trunk/twistedcaldav/directory/digest.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 22 13:33:12 PDT 2007


Revision: 1975
          http://trac.macosforge.org/projects/calendarserver/changeset/1975
Author:   wsanchez at apple.com
Date:     2007-10-22 13:33:11 -0700 (Mon, 22 Oct 2007)

Log Message:
-----------
Choose a saner name for this file.
No need to hide the file by starting with a '.' in /var/run.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/digest.py

Modified: CalendarServer/trunk/twistedcaldav/directory/digest.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/digest.py	2007-10-19 18:50:25 UTC (rev 1974)
+++ CalendarServer/trunk/twistedcaldav/directory/digest.py	2007-10-22 20:33:11 UTC (rev 1975)
@@ -155,7 +155,7 @@
     """
     
     dbType = "DIGESTCREDENTIALSCACHE"
-    dbFilename = db_prefix + "digestcredentialscache"
+    dbFilename = "digest.db"
     dbFormatVersion = "2"
 
     exceptionLimit = 10

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20071022/5cc2dc7d/attachment.html


More information about the calendarserver-changes mailing list