[Zope-Checkins] SVN: Zope/branches/2.13/ Fix ``zopectl start`` on non-Windows platforms.

Tres Seaver tseaver at palladion.com
Mon Oct 18 16:00:36 EDT 2010


Log message for revision 117732:
  Fix ``zopectl start`` on non-Windows platforms.
  
  Fixes LP #628448
  

Changed:
  U   Zope/branches/2.13/doc/CHANGES.rst
  U   Zope/branches/2.13/src/Zope2/Startup/zopectl.py

-=-
Modified: Zope/branches/2.13/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.13/doc/CHANGES.rst	2010-10-18 18:20:41 UTC (rev 117731)
+++ Zope/branches/2.13/doc/CHANGES.rst	2010-10-18 20:00:36 UTC (rev 117732)
@@ -11,6 +11,7 @@
 Bugs Fixed
 ++++++++++
 
+- LP #628448:  Fix ``zopectl start`` on non-Windows platforms.
 
 Features Added
 ++++++++++++++

Modified: Zope/branches/2.13/src/Zope2/Startup/zopectl.py
===================================================================
--- Zope/branches/2.13/src/Zope2/Startup/zopectl.py	2010-10-18 18:20:41 UTC (rev 117731)
+++ Zope/branches/2.13/src/Zope2/Startup/zopectl.py	2010-10-18 20:00:36 UTC (rev 117732)
@@ -233,6 +233,7 @@
         # signal to Zope that it is being managed
         # (to indicate it's web-restartable)
         os.putenv('ZMANAGED', '1')
+        ZDCmd.do_start(self, arg)
 
     ## START OF WINDOWS ONLY STUFF
     



More information about the Zope-Checkins mailing list