s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 1f532d309ceec39ca08a1e4d58c962eea052c46f
parent 79d44a195bfe710fa145446b32ade5e8b1e6a50b
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 27 Jan 2015 02:13:37 +0000

 Doc updates.

Diffstat:
MINSTALL | 2+-
Mdoc/index.html | 2+-
Mdoc/upgrade.html | 14+++++++++-----
3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - skalibs version 2.2.1.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.0.1.1 or later: http://skarnet.org/software/execline/ + - execline version 2.0.2.0 or later: http://skarnet.org/software/execline/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html @@ -86,7 +86,7 @@ with an earlier version. </li> requirement if you link against the shared version of the skalibs library. </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> version -2.0.1.1 or later. It's a build-time and run-time requirement. </li> +2.0.2.0 or later. It's a build-time and run-time requirement. </li> </ul> <h3> Licensing </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html @@ -21,17 +21,21 @@ <ul> <li> skalibs dependency bumped to 2.2.1.0. </li> + <li> execline dependency bumped to 2.0.2.0. </li> <li> Unix domain socket utilities moved from the <a href="http://skarnet.org/software/s6-networking/">s6-networking</a> package to s6. </li> <li> <tt>./finish</tt> argument for "service crashed" is now 256 -instead of 255 </li> +instead of 255. <strong>Check your finish scripts!</strong> </li> <li> <tt>supervise/status</tt> now includes wstat information -when the service died, svstat reports it </li> - <li> svstat now reports symbolic signal information by default, -use <tt>-n</tt> to get the old behaviour </li> +when the service died, and s6-svstat reports that information. </li> + <li> s6-svstat now reports symbolic signal information by default, +use <tt>-n</tt> to get the old behaviour. </li> <li> s6-log now properly calls execlineb with its installation -prefix, in the slashpackage case </li> +prefix, in the slashpackage case. </li> + <li> A brand new set of programs, <tt>s6-fdholder*</tt>, to perform +fd-holding. </li> + <li> Catchy blurb on intro page. </li> </ul> <h2> in 2.0.1.0 </h2>