summary refs log tree commit diff
path: root/package
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2014-07-30 13:44:35 +0000
committerGerrit Pape <pape@smarden.org>2014-07-30 13:49:52 +0000
commitfea314879f34ebf1065ff3abfc9dc5e4ea746419 (patch)
treeab35c7ccd46b37399cfb2d2885426ded3cc928d4 /package
parent7cb4ff9d9f1b6fde9e25060eaef1e1d29a43a7cb (diff)
downloadrunit-fea314879f34ebf1065ff3abfc9dc5e4ea746419.tar.gz
runit-fea314879f34ebf1065ff3abfc9dc5e4ea746419.tar.xz
runit-fea314879f34ebf1065ff3abfc9dc5e4ea746419.zip
* 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
Diffstat (limited to 'package')
-rw-r--r--package/CHANGES2
1 files changed, 2 insertions, 0 deletions
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