s6

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

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

 This is also true for ISO timestamps.

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

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