From 6305fe2580781df44e93c1ec8ed380896680960d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 21 Jul 2018 16:42:59 +0000 Subject: Adapt to skalibs-2.7.0.0 --- INSTALL | 4 ++-- NEWS | 1 + doc/index.html | 4 ++-- doc/s6-notifyoncheck.html | 4 ++-- doc/upgrade.html | 5 ++++- src/conn-tools/s6-accessrules-cdb-from-fs.c | 5 ++--- src/daemontools-extras/s6-log.c | 13 +++++-------- src/libs6/ftrig1_free.c | 4 ++-- src/libs6/ftrig1_make.c | 18 ++++++------------ src/libs6/ftrigw_clean.c | 2 +- src/libs6/ftrigw_notifyb_nosig.c | 12 +++++------- 11 files changed, 32 insertions(+), 40 deletions(-) diff --git a/INSTALL b/INSTALL index 832d407..9d651ca 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.6.4.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.5.0.0 or later: http://skarnet.org/software/execline/ + - skalibs version 2.7.0.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.5.0.1 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/NEWS b/NEWS index c96a861..dd8c569 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ at s6-svscan launch will be ready. customize the signal sent by s6-svc -d (and now s6-svc -r too). - New s6-svc option: -r. Sends the signal defined in the down-signal file (still SIGTERM by default). + - Adaptation to skalibs-2.7.0.0. In 2.7.1.1 diff --git a/doc/index.html b/doc/index.html index 423dc35..850ffb5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,11 +83,11 @@ with s6
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.6.4.0 or later. It's a build-time requirement. It's also a run-time +2.7.0.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.
  • execline version -2.5.0.0 or later. It's a build-time and run-time requirement.
  • +2.5.0.1 or later. It's a build-time and run-time requirement.

    Licensing

    diff --git a/doc/s6-notifyoncheck.html b/doc/s6-notifyoncheck.html index 5cfc6f5..5499e59 100644 --- a/doc/s6-notifyoncheck.html +++ b/doc/s6-notifyoncheck.html @@ -86,14 +86,14 @@ differentiated for clarity in the code:
  • -d : doublefork. s6-notifyoncheck will run as the grandchild of prog... instead of its direct child. This is useful if prog... never reaps zombies it does not know it has.
  • -
  • -3 notiffd : use fd as the +
  • -3 notiffd : use notiffd as the file descriptor to send a readiness notification to. By default, this number is automatically read from the ./notification-fd file.
  • -s initialsleep : sleep for initialsleep milliseconds before starting to poll the service for readiness. Default is 10 milliseconds.
  • -T globaltimeout : give up (and leave -the service up but not ready if service readiness still +the service up but not ready) if service readiness still has not been detected after globaltimeout milliseconds. Default is 0, meaning infinite: s6-notifyoncheck will keep polling until it succeeds.
  • -t localtimeout : on every attempt, if diff --git a/doc/upgrade.html b/doc/upgrade.html index 09211fd..d3dcce1 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,10 @@

    in 2.7.2.0