summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--doc/s6-linux-init-maker.html5
2 files changed, 13 insertions, 1 deletions
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 <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>&nbsp;<em>stage3</em>&nbsp;: <em>stage3</em> is
the location of the stage 3 script that will be run at the end of