From 27b0bd6390707317854f99e631bb217a4abb82f7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 Mar 2017 20:05:51 +0000 Subject: version: 0.3.0.0 --- NEWS | 9 +++++++++ doc/s6-linux-init-maker.html | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..3a1b074 --- /dev/null +++ b/NEWS @@ -0,0 +1,9 @@ +Changelog for s6-linux-init. + +In 0.3.0.0 +---------- + + - Added this NEWS file. :) + - Major types overhaul to make them more POSIXly correct: +compatibility with skalibs-2.5.0.0. + diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index f16a9d0..1960563 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -308,7 +308,10 @@ in the tmpfsdir/uncaught-logs directory.

stage2_finish is the location of the script that will be run when s6-svscan receives a signal that tells it to stop the machine, before it executes into stage3. It must be -absolute. Default is /etc/rc.tini.

+absolute. Default is /etc/rc.tini. +Note that this script is run with its stdout and stderr +redirected to the tmpfsdir/uncaught-logs logging +directory, so its output will not appear on the system's console.

  • -3 stage3 : stage3 is the location of the stage 3 script that will be run at the end of -- cgit v1.3.1