summary refs log tree commit diff
path: root/doc/install.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-04-24 11:12:46 +0000
committerGerrit Pape <pape@smarden.org>2003-04-24 11:12:46 +0000
commit6877501dc293237dd3dee39efd136b7beefc68dc (patch)
treefe9e92c26fd33387efeebb38d56b85fe03b45841 /doc/install.html
parenta5a6633009576cbfe00304e15f3f3ce243adf0eb (diff)
downloadrunit-6877501dc293237dd3dee39efd136b7beefc68dc.tar.gz
runit-6877501dc293237dd3dee39efd136b7beefc68dc.tar.xz
runit-6877501dc293237dd3dee39efd136b7beefc68dc.zip
* runsvdir.c: don't propagate sig_term to runsv processes when receiving
    sig_term; send sig_term to all runsv processes and exit 111 when
    receiving sig_hangup.
  * svlogd.c: code cleanup.
  * svwaitdown.c: send command "d" (and "x" if -x is set) to a service if
    it's not in state 'want down'.
  * svwaitup.c: minor code cleanup.
  * man/runsvdir.8, man/svwaitdown.8: adapt.
0.9.0.
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/install.html b/doc/install.html
index 6a13b34..d4343cb 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -13,14 +13,14 @@ Check that you have the recent version of
 <a href="http://cr.yp.to/daemontools.html">daemontools</a> installed.
 <p>
 Download
-<a href="runit-0.8.4.tar.gz">runit-0.8.4.tar.gz</a> into <tt>/package</tt>
+<a href="runit-0.9.0.tar.gz">runit-0.9.0.tar.gz</a> into <tt>/package</tt>
 and unpack the archive
 <pre>
   # cd /package
-  # gunzip runit-0.8.4.tar
-  # tar -xpf runit-0.8.4.tar
-  # rm runit-0.8.4.tar
-  # cd admin/runit-0.8.4
+  # gunzip runit-0.9.0.tar
+  # tar -xpf runit-0.9.0.tar
+  # rm runit-0.9.0.tar
+  # cd admin/runit-0.9.0
 </pre>
 Compile and install the <i>runit</i> programs
 <pre>