Commit 44080b6e authored by Tres Seaver's avatar Tres Seaver

Fix ``zopectl start`` on non-Windows platforms.

Fixes LP #628448
parent 94462ffb
...@@ -11,6 +11,7 @@ http://docs.zope.org/zope2/releases/. ...@@ -11,6 +11,7 @@ http://docs.zope.org/zope2/releases/.
Bugs Fixed Bugs Fixed
++++++++++ ++++++++++
- LP #628448: Fix ``zopectl start`` on non-Windows platforms.
Features Added Features Added
++++++++++++++ ++++++++++++++
......
...@@ -233,6 +233,7 @@ class ZopeCmd(ZDCmd): ...@@ -233,6 +233,7 @@ class ZopeCmd(ZDCmd):
# signal to Zope that it is being managed # signal to Zope that it is being managed
# (to indicate it's web-restartable) # (to indicate it's web-restartable)
os.putenv('ZMANAGED', '1') os.putenv('ZMANAGED', '1')
ZDCmd.do_start(self, arg)
## START OF WINDOWS ONLY STUFF ## START OF WINDOWS ONLY STUFF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment