From 320cdee53ad9f2252403402fb0b41764cdc001fd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 4 Nov 2015 21:19:25 +0000 Subject: - add -g option to s6-envuidgid - set s6-log processor wd to the logdir --- INSTALL | 4 +-- doc/index.html | 6 ++-- doc/s6-envuidgid.html | 5 ++- doc/s6-log.html | 3 +- doc/upgrade.html | 9 ++++++ package/info | 2 +- src/daemontools-extras/s6-envuidgid.c | 58 ++++++++++++++++++++++------------- src/daemontools-extras/s6-log.c | 32 ++++++++----------- 8 files changed, 71 insertions(+), 48 deletions(-) diff --git a/INSTALL b/INSTALL index 049db1d..3161cee 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.3.8.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.1.4.2 or later: http://skarnet.org/software/execline/ + - skalibs version 2.3.8.2 or later: http://skarnet.org/software/skalibs/ + - execline version 2.1.4.4 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 index 99dd520..21880b8 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.3.8.0 or later. It's a build-time requirement. It's also a run-time +2.3.8.2 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.1.4.2 or later. It's a build-time and run-time requirement.
  • +2.1.4.4 or later. It's a build-time and run-time requirement.

    Licensing

    @@ -100,7 +100,7 @@ library.

    Download