SVN: zdaemon/trunk/src/zdaemon/zdrun.py Several undocunented, untested, and presumeably unused features were removed.

jim <[email protected]> Fri, 8 Jun 2012 09:50:56 -0400 (EDT)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <20120608135056.7D6A09416C__3858.50291136212$1339163466$gmane$org@cvs.zope.org>
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"):