From 6577467acca3fd281273b95c3906a85dbf19e6f8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 20 Apr 2018 15:32:05 +0000 Subject: Add -d notif to s6-svscan; this is only shallow readiness. --- NEWS | 10 ++++++++++ doc/s6-svscan.html | 13 ++++++++++++- doc/upgrade.html | 9 +++++++++ package/info | 2 +- src/supervision/s6-svscan.c | 20 +++++++++++++++++--- 5 files changed, 49 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 6956ff7..1996769 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ Changelog for s6. +In 2.7.2.0 +---------- + + - s6-ipcserver-socketbinder now takes a -B option to make the socket blocking. + - s6-svscan now takes a "-d notif" option to notify readiness. This is +*shallow readiness*, i.e. readiness will be reported when s6-svscan is ready +to receive s6-svscanctl commands; it does *not* mean all the services started +at s6-svscan launch will be ready. + + In 2.7.1.1 ---------- diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index 4bb943b..665fd75 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -27,7 +27,7 @@ the root or a branch of a supervision tree.

Interface

-     s6-svscan [ -S | -s ] [ -c max ] [ -t rescan ] [ scandir ]
+     s6-svscan [ -S | -s ] [ -d notif ] [ -c max ] [ -t rescan ] [ scandir ]