[CalendarServer-changes] [1648] CalendarServer/branches/release/CalendarServer-1.0-dev/lib-patches/ Twisted/twisted.runner.procmon.patch

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 14:12:37 PDT 2007


Revision: 1648
          http://trac.macosforge.org/projects/calendarserver/changeset/1648
Author:   wsanchez at apple.com
Date:     2007-07-05 14:12:37 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
Pulled up r1645 from trunk.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.0-dev/lib-patches/Twisted/twisted.runner.procmon.patch

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/lib-patches/Twisted/twisted.runner.procmon.patch
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/lib-patches/Twisted/twisted.runner.procmon.patch	2007-07-05 21:12:32 UTC (rev 1647)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/lib-patches/Twisted/twisted.runner.procmon.patch	2007-07-05 21:12:37 UTC (rev 1648)
@@ -2,7 +2,17 @@
 ===================================================================
 --- twisted/runner/procmon.py	(revision 19773)
 +++ twisted/runner/procmon.py	(working copy)
-@@ -130,10 +130,10 @@
+@@ -59,6 +59,9 @@
+ 
+     disconnecting = 0
+ 
++    def loseConnection(self):
++        pass
++
+ transport = DummyTransport() 
+ 
+ class LineLogger(basic.LineReceiver):
+@@ -130,10 +133,10 @@
          self.consistency = reactor.callLater(self.consistencyDelay,
                                               self._checkConsistency)
  
@@ -15,7 +25,7 @@
          if self.active:
              self.startProcess(name)
  
-@@ -175,9 +175,9 @@
+@@ -175,9 +178,9 @@
          p = self.protocols[name] = LoggingProtocol()
          p.service = self
          p.name = name

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070705/3bab0a27/attachment.html


More information about the calendarserver-changes mailing list