ftrigr bug

2017-01-27 Thread Olivier Brunel
Hi, So I believe there's a (little) bug in ftrigr_update(). It has multiple symptoms, but basically it boils down to: the list of ids "returned"/made available can sometimes contain duplicates, and also the return value might be wrong. Imagine this: I subscribe w/ regex "[abc]" and option

[PATCH] supervise: set down (D) even on LASTFINISH

2017-01-27 Thread Olivier Brunel
Signed-off-by: Olivier Brunel --- src/supervision/s6-supervise.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/supervision/s6-supervise.c b/src/supervision/s6-supervise.c index 2e8fa38..99f06f6 100644 --- a/src/supervision/s6-supervise.c +++