From 96d70608d25da81038ac3bfb5273852f33e27504 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Thu, 25 Jun 2015 11:53:22 +0000
Subject: - documented s6-log change - version: 2.1.5.0
---
doc/index.html | 2 +-
doc/s6-log.html | 8 +++++---
doc/upgrade.html | 6 ++++++
package/info | 2 +-
4 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index 678a485..aae5399 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -101,7 +101,7 @@ library.
Download
Options
@@ -49,8 +49,10 @@ By default, s6-log keeps reading from stdin even if its buffers still
contain data. -b is safer, but may slow down your service; the default
is faster, but may lead to unbound memory use if you have a lot of output to
write to a slow file system.
- -p : protect. Do not exit on receipt of a SIGTERM; only
-exit when reading EOF on stdin.
+ -p : protect against SIGTERM. Do not exit on receipt of a
+SIGTERM; only exit on a SIGHUP or when reading EOF on stdin. This is useful
+for a logger that you really do not want to lose even if automated
+administration (e.g. the downing of a supervision tree) would kill it.
-t : timestamp. Prepends every log line that is written to
a logging directory with a
TAI64N
diff --git a/doc/upgrade.html b/doc/upgrade.html
index a124800..b200725 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
What has changed in s6
+ in 2.1.5.0
+
+
+ - s6-log now exits cleanly on SIGHUP.
+
+
in 2.1.4.0
diff --git a/package/info b/package/info
index da7ff9f..91109bb 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=s6
-version=2.1.4.0
+version=2.1.5.0
category=admin
package_macro_name=S6
--
cgit v1.2.3