[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/zopectl.py Fix ``zopectl start`` on non-Windows platforms.

Tres Seaver tseaver at palladion.com
Mon Oct 18 17:08:34 EDT 2010


Log message for revision 117736:
  Fix ``zopectl start`` on non-Windows platforms.
  
  Fixes LP #628448.
  
  Forward-port from 2.13 branch.
  

Changed:
  U   Zope/trunk/src/Zope2/Startup/zopectl.py

-=-
Modified: Zope/trunk/src/Zope2/Startup/zopectl.py
===================================================================
--- Zope/trunk/src/Zope2/Startup/zopectl.py	2010-10-18 20:46:42 UTC (rev 117735)
+++ Zope/trunk/src/Zope2/Startup/zopectl.py	2010-10-18 21:08:33 UTC (rev 117736)
@@ -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