[CalendarServer-changes] [6033] CalendarServer/branches/users/glyph/sql-store/txdav/datastore/ subpostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 10 10:27:37 PDT 2010


Revision: 6033
          http://trac.macosforge.org/projects/calendarserver/changeset/6033
Author:   sagen at apple.com
Date:     2010-08-10 10:27:34 -0700 (Tue, 10 Aug 2010)
Log Message:
-----------
Don't listen on tcp port

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sql-store/txdav/datastore/subpostgres.py

Modified: CalendarServer/branches/users/glyph/sql-store/txdav/datastore/subpostgres.py
===================================================================
--- CalendarServer/branches/users/glyph/sql-store/txdav/datastore/subpostgres.py	2010-08-10 16:42:40 UTC (rev 6032)
+++ CalendarServer/branches/users/glyph/sql-store/txdav/datastore/subpostgres.py	2010-08-10 17:27:34 UTC (rev 6033)
@@ -273,8 +273,8 @@
                 "-w",
                 # XXX what are the quoting rules for '-o'?  do I need to repr()
                 # the path here?
-                "-o", "-k '%s' -c standard_conforming_strings=on"
-                % (self.socketDir.path,),
+                "-o", "-c listen_addresses='' -k '%s' -c standard_conforming_strings=on"
+                    % (self.socketDir.path,),
             ],
             self.env
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100810/d6cf3fc4/attachment.html>


More information about the calendarserver-changes mailing list