[CalendarServer-changes] [9102] CalendarServer/branches/users/glyph/ipv6-client/twext/backport/ internet/endpoints.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 11:47:59 PDT 2012


Revision: 9102
          http://trac.macosforge.org/projects/calendarserver/changeset/9102
Author:   glyph at apple.com
Date:     2012-04-13 11:47:58 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
systemd stuff is not backported.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/ipv6-client/twext/backport/internet/endpoints.py

Modified: CalendarServer/branches/users/glyph/ipv6-client/twext/backport/internet/endpoints.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twext/backport/internet/endpoints.py	2012-04-13 18:47:53 UTC (rev 9101)
+++ CalendarServer/branches/users/glyph/ipv6-client/twext/backport/internet/endpoints.py	2012-04-13 18:47:58 UTC (rev 9102)
@@ -22,7 +22,7 @@
 from twisted.internet.interfaces import IStreamServerEndpointStringParser
 from twisted.internet.interfaces import IStreamClientEndpointStringParser
 from twisted.python.filepath import FilePath
-from twisted.python.systemd import ListenFDs
+#from twisted.python.systemd import ListenFDs
 
 
 __all__ = ["clientFromString", "serverFromString",
@@ -682,7 +682,7 @@
     """
     implements(IPlugin, IStreamServerEndpointStringParser)
 
-    _sddaemon = ListenFDs.fromEnvironment()
+    #_sddaemon = ListenFDs.fromEnvironment()
 
     prefix = "systemd"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/ae543aac/attachment.html>


More information about the calendarserver-changes mailing list