diff options
author | Gerrit Pape <pape@smarden.org> | 2003-01-24 14:18:11 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-01-24 14:18:11 +0000 |
commit | 3bc722193d7b59c78dc15c723b747919b093828d (patch) | |
tree | 2220a941aca32ffbfb7ca44cee8d4b94dc1fb0f4 /doc/install.html | |
parent | 66db52c8b65bbecf38c15db7222fc9a6eede601c (diff) | |
download | runit-3bc722193d7b59c78dc15c723b747919b093828d.tar.gz runit-3bc722193d7b59c78dc15c723b747919b093828d.tar.xz runit-3bc722193d7b59c78dc15c723b747919b093828d.zip |
* runsv.c: close finish script file descriptor.
* runsv.c: close logpipe[] instead of sending sigterm to logservice when told to exit, loggers should exit when they see EOF on stdin (thx Paul Jarc). * etc/*/1, etc/*/3: remove explicit 'exit'. * error.h: include <errno.h> (upcoming glibc changes). 0.8.2.
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/install.html b/doc/install.html index 3623086..2a87b04 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.7.1.tar.gz">runit-0.7.1.tar.gz</a> into <tt>/package</tt> +<a href="runit-0.7.2.tar.gz">runit-0.7.2.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-0.7.1.tar - # tar -xpf runit-0.7.1.tar - # rm runit-0.7.1.tar - # cd admin/runit-0.7.1 + # gunzip runit-0.7.2.tar + # tar -xpf runit-0.7.2.tar + # rm runit-0.7.2.tar + # cd admin/runit-0.7.2 </pre> Compile and install the <i>runit</i> programs <pre> |