[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zd Cleaned up plumbing of stop-timeout

2012-06-05 Thread jim
Log message for revision 126591: Cleaned up plumbing of stop-timeout Changed: U zdaemon/trunk/src/zdaemon/zdoptions.py U zdaemon/trunk/src/zdaemon/zdrun.py -=- Modified: zdaemon/trunk/src/zdaemon/zdoptions.py === ---

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zdrun.py Removed confusing usage info that humans never see and that was a

2012-06-05 Thread jim
Log message for revision 126592: Removed confusing usage info that humans never see and that was a massive DRY violation. Changed: U zdaemon/trunk/src/zdaemon/zdrun.py -=- Modified: zdaemon/trunk/src/zdaemon/zdrun.py ===

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zdctl.py Organized usage a little, including removing a dup.

2012-06-05 Thread jim
Log message for revision 126594: Organized usage a little, including removing a dup. Changed: U zdaemon/trunk/src/zdaemon/zdctl.py -=- Modified: zdaemon/trunk/src/zdaemon/zdctl.py === --- zdaemon/trunk/src/zdaemon/zdctl.py

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zdctl.py Made an untested fix to the untested interactive quit command,

2012-06-05 Thread jim
Log message for revision 126597: Made an untested fix to the untested interactive quit command, which I hope to remove soon. It previously send an exit command, which has the same semantics as stop and was removed recently. Changed: U zdaemon/trunk/src/zdaemon/zdctl.py -=-

[Zope-Checkins] SVN: zdaemon/trunk/ - Added an option, ``start-test-program`` to supply a test command to

2012-06-05 Thread jim
Log message for revision 126598: - Added an option, ``start-test-program`` to supply a test command to test whether the program managed by zdaemon is up and operational, rather than just running. When starting a program, the start command doesn't return until the test passes. You