[CalendarServer-changes] [6078] CalendarServer/trunk/txdav/datastore/subpostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 13 14:18:26 PDT 2010


Revision: 6078
          http://trac.macosforge.org/projects/calendarserver/changeset/6078
Author:   sagen at apple.com
Date:     2010-08-13 14:18:24 -0700 (Fri, 13 Aug 2010)
Log Message:
-----------
Put postgres socket directory in /var/run

Modified Paths:
--------------
    CalendarServer/trunk/txdav/datastore/subpostgres.py

Modified: CalendarServer/trunk/txdav/datastore/subpostgres.py
===================================================================
--- CalendarServer/trunk/txdav/datastore/subpostgres.py	2010-08-13 16:55:41 UTC (rev 6077)
+++ CalendarServer/trunk/txdav/datastore/subpostgres.py	2010-08-13 21:18:24 UTC (rev 6078)
@@ -234,7 +234,7 @@
         self.subServiceFactory = subServiceFactory
         self.dataStoreDirectory = dataStoreDirectory
         self.resetSchema = resetSchema
-        self.socketDir = CachingFilePath("/tmp/ccs_postgres_%s/" %
+        self.socketDir = CachingFilePath("/var/run/ccs_postgres_%s/" %
             (md5(dataStoreDirectory.path).hexdigest()))
         self.databaseName = databaseName
         self.logFile = logFile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100813/f691f8d7/attachment-0001.html>


More information about the calendarserver-changes mailing list