[Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/zdrun.py Several undocunented, untested, and presumeably unused features were removed.
jim
cvs-admin at zope.org
Fri Jun 8 13:50:56 UTC 2012
Log message for revision 126688:
Several undocunented, untested, and presumeably unused features were removed.
Changed:
U zdaemon/trunk/src/zdaemon/zdrun.py
-=-
Modified: zdaemon/trunk/src/zdaemon/zdrun.py
===================================================================
--- zdaemon/trunk/src/zdaemon/zdrun.py 2012-06-08 10:25:21 UTC (rev 126687)
+++ zdaemon/trunk/src/zdaemon/zdrun.py 2012-06-08 13:50:52 UTC (rev 126688)
@@ -581,20 +581,6 @@
if self.transcript is not None:
self.transcript.reopen()
- def cmd_help(self, args):
- self.sendreply(
- "Available commands:\n"
- " help -- return command help\n"
- " status -- report application status (default command)\n"
- " kill [signal] -- send a signal to the application\n"
- " (default signal is SIGTERM)\n"
- " start -- start the application if not already running\n"
- " stop -- stop the application if running\n"
- " (the daemon manager keeps running)\n"
- " restart -- stop followed by start\n"
- " exit -- stop the application and exit\n"
- )
-
def sendreply(self, msg):
try:
if not msg.endswith("\n"):
More information about the Zodb-checkins
mailing list