diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-02 12:09:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-02 12:09:48 +0000 |
commit | 1747a0f5142f0c36a61b37786368f05bcb3060f3 (patch) | |
tree | 513ca73e83f6d9bdc39784d3c0f085c418f24720 /doc | |
parent | fa342a6615c39c1760a41011f713f696d1eb5c33 (diff) | |
download | s6-1747a0f5142f0c36a61b37786368f05bcb3060f3.tar.xz |
Make s6-svwait et al. exit instead of hang if s6-supervise dies
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/s6-svlisten.html | 1 | ||||
-rw-r--r-- | doc/s6-svlisten1.html | 1 | ||||
-rw-r--r-- | doc/s6-svwait.html | 1 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 7a00b7c..cbc24ed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,7 +83,7 @@ with s6</a> </li> <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.6.3.2 or later. It's a build-time requirement. It's also a run-time +2.6.4.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version diff --git a/doc/s6-svlisten.html b/doc/s6-svlisten.html index 30e4018..8fdbc88 100644 --- a/doc/s6-svlisten.html +++ b/doc/s6-svlisten.html @@ -60,6 +60,7 @@ initial state of all the monitored services. </li> <li> 0: success, the wanted state has been reached </li> <li> 99: timed out </li> <li> 100: wrong usage </li> + <li> 102: the <a href="s6-supervise.html">s6-supervise</a> process monitoring the service died </li> <li> 111: system call failed </li> <li> <em>n</em>: services were expected to come up, but <em>n</em> of them reported permanent failure </li> diff --git a/doc/s6-svlisten1.html b/doc/s6-svlisten1.html index cfe48e7..91c8625 100644 --- a/doc/s6-svlisten1.html +++ b/doc/s6-svlisten1.html @@ -49,6 +49,7 @@ initial state of the service. </li> <li> 1: the service was supposed to go up, but reported permanent failure </li> <li> 99: timed out </li> <li> 100: wrong usage </li> + <li> 102: the <a href="s6-supervise.html">s6-supervise</a> process monitoring the service died </li> <li> 111: system call failed </li> </ul> diff --git a/doc/s6-svwait.html b/doc/s6-svwait.html index 38fec11..fb377b9 100644 --- a/doc/s6-svwait.html +++ b/doc/s6-svwait.html @@ -44,6 +44,7 @@ happen. <li> 0: success, the wanted state has been reached </li> <li> 99: timed out </li> <li> 100: wrong usage </li> + <li> 102: the <a href="s6-supervise.html">s6-supervise</a> process monitoring the service died </li> <li> 111: system call failed </li> <li> <em>n</em>: services were expected to come up, but <em>n</em> of them reported permanent failure </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index 5799845..c37ad15 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,7 @@ <h2> in 2.7.0.1 </h2> <ul> - <li> skalibs dependency bumped to 2.6.3.2. </li> + <li> skalibs dependency bumped to 2.6.4.0. </li> </ul> <h2> in 2.7.0.0 </h2> |