diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | doc/s6-linux-init-maker.html | 5 |
2 files changed, 13 insertions, 1 deletions
@@ -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 <tt><em>tmpfsdir</em>/uncaught-logs</tt> directory. </li> <p /> <em>stage2_finish</em> 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 <em>stage3</em>. It must be -absolute. Default is <strong><tt>/etc/rc.tini</tt></strong>. </li> <p /> +absolute. Default is <strong><tt>/etc/rc.tini</tt></strong>. +Note that this script is run with its stdout and stderr +redirected to the <tt><em>tmpfsdir</em>/uncaught-logs</tt> logging +directory, so its output will not appear on the system's console. </li> <p /> <li> <tt>-3</tt> <em>stage3</em> : <em>stage3</em> is the location of the stage 3 script that will be run at the end of |