[Zope-Checkins] SVN: zdaemon/trunk/ Fixed: the status command didn't return a non-zero exit status when

2012-11-27 Thread jim
Log message for revision 128449: Fixed: the status command didn't return a non-zero exit status when the program wasn't running. This made it impossible for other software (e.g. Puppet) to tell if a process was running. Changed: U zdaemon/trunk/CHANGES.txt U

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed: The start command exited with a zero exit status even when

2012-07-30 Thread jim
Log message for revision 127404: Fixed: The start command exited with a zero exit status even when the program being started failed to start (or exited imediately). Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/src/zdaemon/tests/tests.py U

[Zope-Checkins] SVN: zdaemon/trunk/ - Fixed: programs started with zdaemon couldn't, themselves, invoke

2012-07-10 Thread jim
Log message for revision 127309: - Fixed: programs started with zdaemon couldn't, themselves, invoke zdaemon. really Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/src/zdaemon/tests/tests.py U zdaemon/trunk/src/zdaemon/zdctl.py -=- Modified:

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed:

2012-06-08 Thread jim
Log message for revision 126699: Fixed: The change in 2.0.6 to set a user's supplemental groups broke common configurations in which the effective user was set via ``su`` or ``sudo -u`` prior to invoking zdaemon. Now, zdaemon doesn't set groups or the effective user if the

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed: When the ``user`` option was used to run as a particular

2012-06-07 Thread jim
Log message for revision 126681: Fixed: When the ``user`` option was used to run as a particular user, supplemental groups weren't set to the user's supplemental groups. Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/README.txt U zdaemon/trunk/setup.py A

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed backwards incompatible change in handling of environment option. Using the environment option in Zope 2.11 was broken, as environment is a dict and not an obj

2008-03-29 Thread Hanno Schlichting
Log message for revision 85012: Fixed backwards incompatible change in handling of environment option. Using the environment option in Zope 2.11 was broken, as environment is a dict and not an object with a mapping attribute. Changed: U zdaemon/trunk/CHANGES.txt U