s6

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

commit 4082e07e6133c4e6912cb06c532420977c393e2c
parent f8f42124ba675de10e4085b67c84871f55993941
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 10 Mar 2015 11:41:18 +0000

 s6-log needs a new timestamp on every line

Diffstat:
Msrc/daemontools-extras/s6-log.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/daemontools-extras/s6-log.c b/src/daemontools-extras/s6-log.c @@ -1006,6 +1006,7 @@ static void script_run (scriptelem_t const *script, unsigned int scriptlen, char } } } + if (gflags & 1) tain_now_g() ; }