Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-supervisor
From: Adam Ciarcinski
Date: 2019-01-08 10:42:26
Message id: 20190108094226.8B86DFB16@cvs.NetBSD.org
Log Message:
py-supervisor: updated to 3.3.5
3.3.5:
Fixed a race condition where supervisord would cancel a shutdown already in \
progress if it received SIGHUP. Now, supervisord will ignore SIGHUP if shutdown \
is already in progress.
Fixed a bug where searching for a relative command ignored changes to PATH made \
in environment=.
childutils.ProcessCommunicationsProtocol now does an explit flush() after \
writing to stdout.
A more descriptive error message is now emitted if a name in the config file \
contains a disallowed character.
Files: