From fea314879f34ebf1065ff3abfc9dc5e4ea746419 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Wed, 30 Jul 2014 13:44:35 +0000 Subject: * sv.c: fix typo that may lead to wrong output from sv when reporting status of multiple service directories. Thx Jamie Heilman, https://bugs.debian.org/715512: > Given two service directories: > > # ls testapp1 > run supervise > # ls testapp2 > log run supervise > > where testapp1 is running, and testapp2 isn't: > > # sv status ./testapp1 > run: ./testapp1: (pid 3682) 408178s > # sv status ./testapp2 > fail: ./testapp2: runsv not running > # sv status ./testapp1 ./testapp2 > run: ./testapp1: (pid 3682) 408184s > fail: ./testapp2: runsv not running > run: ./testapp2: (pid 3682) 408184sfail: ./testapp2: runsv not running --- package/CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package') diff --git a/package/CHANGES b/package/CHANGES index 03cac02..b3f5846 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,5 +1,7 @@ 2.1.2 + * sv.c: fix typo that may lead to wrong output from sv when reporting + status of multiple service directories. * doc/index.html: add deepOfix Mail Server to list of distributions that include runit (thx Debayan Banerjee). * doc/useinit.html: update description on how to use with upstart -- cgit 1.4.1