diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-27 14:05:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-27 14:05:21 +0000 |
commit | ded312bcc44704ea16fdfe9fb9f2b46bfd0f537b (patch) | |
tree | ce13fbf46c9ecbbf00a94e06c1c3073ca23323aa /doc/upgrade.html | |
parent | 9a669c4b3973118dfcce2a2b1fb4babd0aaa6af7 (diff) | |
download | s6-ded312bcc44704ea16fdfe9fb9f2b46bfd0f537b.tar.xz |
Clarify permanent failure API for s6-svwait -r and friends; update doc
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 3a4c104..b6ed251 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,12 +23,13 @@ <ul> <li> skalibs dependency bumped to 2.5.0.0. </li> <li> execline dependency bumped to 2.3.0.0. </li> -</ul> - -<h2> in 2.4.1.0 </h2> - -<ul> - <li> skalibs dependency bumped to 2.4.0.1. </li> + <li> Services can now report permanent failure by having <tt>./finish</tt> +exit 125. </li> + <li> <a href="s6-svwait.html">s6-svwait</a>, + <a href="s6-svlisten.html">s6-svlisten</a> and + <a href="s6-svlisten1.html">s6-svlisten1</a> now exit 99 +when they time out. They exit <em>n</em> when there are <em>n</em> +services reporting permanent failure. </li> </ul> <h2> in 2.4.0.0 </h2> |