[Zope-Checkins] SVN: Zope/branches/2.12/ make zopectl start work again, refs LP #453723
David Glick
davidglick at onenw.org
Sat Oct 17 02:41:07 EDT 2009
Log message for revision 105113:
make zopectl start work again, refs LP #453723
Changed:
U Zope/branches/2.12/doc/CHANGES.rst
U Zope/branches/2.12/src/Zope2/Startup/zopectl.py
-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst 2009-10-16 21:11:39 UTC (rev 105112)
+++ Zope/branches/2.12/doc/CHANGES.rst 2009-10-17 06:41:06 UTC (rev 105113)
@@ -25,6 +25,8 @@
- LP #443005: zopectl stop works once more on Windows.
+- LP #453723: zopectl start works again on non-Windows platforms.
+
Zope 2.12.0 final (2009/10/01)
-------------------------------
Modified: Zope/branches/2.12/src/Zope2/Startup/zopectl.py
===================================================================
--- Zope/branches/2.12/src/Zope2/Startup/zopectl.py 2009-10-16 21:11:39 UTC (rev 105112)
+++ Zope/branches/2.12/src/Zope2/Startup/zopectl.py 2009-10-17 06:41:06 UTC (rev 105113)
@@ -216,6 +216,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