[CalendarServer-changes] [3233] CalendarServer/trunk/twistedcaldav/cluster.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 27 09:27:17 PDT 2008


Revision: 3233
          http://trac.macosforge.org/projects/calendarserver/changeset/3233
Author:   sagen at apple.com
Date:     2008-10-27 09:27:17 -0700 (Mon, 27 Oct 2008)
Log Message:
-----------
For the notification and mail gateways, use the same python executable that was used to launch the "master" caldavd process.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/cluster.py

Modified: CalendarServer/trunk/twistedcaldav/cluster.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/cluster.py	2008-10-24 23:42:29 UTC (rev 3232)
+++ CalendarServer/trunk/twistedcaldav/cluster.py	2008-10-27 16:27:17 UTC (rev 3233)
@@ -408,6 +408,7 @@
         log.msg("Adding notification service")
 
         notificationsArgv = [
+            sys.executable,
             config.Twisted["twistd"],
             "-n", "caldav_notifier",
             "-f", options["config"],
@@ -421,6 +422,7 @@
         log.msg("Adding mail gateway service")
 
         mailGatewayArgv = [
+            sys.executable,
             config.Twisted["twistd"],
             "-n", "caldav_mailgateway",
             "-f", options["config"],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081027/2ed7b0f6/attachment.html>


More information about the calendarserver-changes mailing list