summary refs log tree commit diff
path: root/doc/useinit.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-06-17 13:48:35 +0000
committerGerrit Pape <pape@smarden.org>2003-06-17 13:48:35 +0000
commit2208761ba51953b772d78bb99229abeb5cf2231b (patch)
tree9787eebc26da26fbe0da5bde0a0b657cc12429b4 /doc/useinit.html
parentea4074e15836b82ae6e12f0d2c636ab5642f01f0 (diff)
downloadrunit-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.html7
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: