diff options
author | Gerrit Pape <pape@smarden.org> | 2003-06-17 13:48:35 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-06-17 13:48:35 +0000 |
commit | 2208761ba51953b772d78bb99229abeb5cf2231b (patch) | |
tree | 9787eebc26da26fbe0da5bde0a0b657cc12429b4 /doc/install.html | |
parent | ea4074e15836b82ae6e12f0d2c636ab5642f01f0 (diff) | |
download | runit-2208761ba51953b772d78bb99229abeb5cf2231b.tar.gz runit-2208761ba51953b772d78bb99229abeb5cf2231b.tar.xz runit-2208761ba51953b772d78bb99229abeb5cf2231b.zip |
* runit.c: user select() on systems that don't provide poll() (builds
on Mac OSX). * svlogd.c: reset match flag in lineflush() in all cases. * Makefile: build setuidgid in default target. * doc/useinit.html: add instruction to create /etc/runit/2 first. * doc/install.html: minor. 0.9.5.
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/install.html b/doc/install.html index eedc169..27ce591 100644 --- a/doc/install.html +++ b/doc/install.html @@ -17,14 +17,14 @@ If you don't have a <tt>/package</tt> directory, create it now: # chmod 1755 /package </pre> Download -<a href="runit-0.9.4.tar.gz">runit-0.9.4.tar.gz</a> into <tt>/package</tt> +<a href="runit-0.9.5.tar.gz">runit-0.9.5.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-0.9.4.tar - # tar -xpf runit-0.9.4.tar - # rm runit-0.9.4.tar - # cd admin/runit-0.9.4 + # gunzip runit-0.9.5.tar + # tar -xpf runit-0.9.5.tar + # rm runit-0.9.5.tar + # cd admin/runit-0.9.5 </pre> Compile and install the <i>runit</i> programs <pre> @@ -35,6 +35,10 @@ hierarchy, do: <pre> # package/install-man </pre> +To report success: +<pre> + # mail pape-runit-0.9.5@smarden.org <compile/sysdeps +</pre> Refer to <a href="replaceinit.html">replacing init</a> for replacing <i>init</i> with <i>runit</i>, or to <a href="useinit.html">use with traditional init</a> for running |