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/useinit.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/useinit.html')
-rw-r--r-- | doc/useinit.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/useinit.html b/doc/useinit.html index 37c4123..1450608 100644 --- a/doc/useinit.html +++ b/doc/useinit.html @@ -17,6 +17,13 @@ current <i>init</i>. Normally this is done by either adding <tt>/etc/runit/2</tt> as command to </tt>/etc/rc.local</tt>, or by adding an entry for <tt>/etc/runit/2</tt> to <tt>/etc/inittab</tt>. +<p> +In either case, you first need to copy the <i>stage 2</i> script to +<tt>/etc/runit/2</tt>: +<pre> + # mkdir -p /etc/runit + # cp -p /package/admin/runit/etc/2 /etc/runit/ +</pre> <hr> If your system uses a sysvinit alike init scheme with a <tt>/etc/inittab</tt> file, do: |