s6

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

commit 0f40a3bd1d0611ec990f1547f9f0e3f42212c587
parent fecd476c2e6c1babbf14fe13254304a8fb1716b2
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Wed, 24 May 2017 17:20:05 +0000

 More schemeless URLs

Diffstat:
Mdoc/s6-log.html | 2+-
Mdoc/s6-svscan-1.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/s6-log.html b/doc/s6-log.html @@ -107,7 +107,7 @@ When <tt>current</tt> becomes too big, a <em>rotation</em> happens. The <tt>current</tt> file will be possibly <em>processed</em>, then it will become an <em>archived</em> log file named @<em>timestamp</em>.s, where <em>timestamp</em>, a -<a href="http://www.skarnet.org/software/skalibs/libstddjb/tai.html">TAI64N</a> +<a href="//skarnet.org/software/skalibs/libstddjb/tai.html">TAI64N</a> timestamp, is the absolute time of the rotation. If there are too many archived log files in the logdir, the older ones are then suppressed. Logging then resumes, to a brand new <tt>current</tt> diff --git a/doc/s6-svscan-1.html b/doc/s6-svscan-1.html @@ -338,7 +338,7 @@ FIFO reader process. or, at least, the <a href="//skarnet.org/software/execline/redirfd.html">redirfd</a> command, which is part of the execline distribution. The -<a href="http://www.skarnet.org/software/execline/redirfd.html">redirfd</a> +<a href="//skarnet.org/software/execline/redirfd.html">redirfd</a> command does just the right amount of trickery with FIFOs for you to be able to properly redirect process 1's stdout and stderr to the logging FIFO without blocking: <tt>redirfd -w 1 /service/s6-svscan-log/fifo</tt> blocks