[Zodb-checkins] CVS: Releases/Zope/lib/python/zdaemon - zdctl.py:1.8
Guido van Rossum
guido@python.org
Tue, 26 Nov 2002 16:46:36 -0500
Update of /cvs-repository/Releases/Zope/lib/python/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv9866
Modified Files:
zdctl.py
Log Message:
Add a helpful comment.
=== Releases/Zope/lib/python/zdaemon/zdctl.py 1.7 => 1.8 ===
--- Releases/Zope/lib/python/zdaemon/zdctl.py:1.7 Tue Nov 26 13:57:11 2002
+++ Releases/Zope/lib/python/zdaemon/zdctl.py Tue Nov 26 16:46:35 2002
@@ -26,6 +26,11 @@
Use the action "help" to find out about available actions.
"""
+# XXX Related code lives in lib/python/Controller/ZctlLib.py on the
+# 'chrism-install-branch' branch.
+# The code there knows more about Zope and about Windows, but doesn't
+# use zdaemon.py or ZConfig.
+
import os
import re
import cmd