summary refs log tree commit diff
path: root/doc/index.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-05-03 15:57:55 +0000
committerGerrit Pape <pape@smarden.org>2003-05-03 15:57:55 +0000
commita90c48599dd09dc2fd8985b818405494e1f30982 (patch)
treeb035a2196ed33d756acd6ca479c5fb8bdec29206 /doc/index.html
parentc680551a4d77e7a1c036acb9af909565ca04b82f (diff)
downloadrunit-a90c48599dd09dc2fd8985b818405494e1f30982.tar.gz
runit-a90c48599dd09dc2fd8985b818405494e1f30982.tar.xz
runit-a90c48599dd09dc2fd8985b818405494e1f30982.zip
* doc/dependencies.html, doc/useinit.html: new.
  * doc/index.html: adapt; reorder programs; runsvstat, runsvctrl installed
    by default.
  * doc/install.html: remove dependency on daemontools; create /package.
  * doc/replaceinit.html, man/runsv.8: typo.
  * man/svwaitdown.8, man/svwaitup.8: refer to runit and supervise.
  * svlogd.c: fix counter var namespace.
  * package/commands: add runsvctrl, runsvstat.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html20
1 files changed, 9 insertions, 11 deletions
diff --git a/doc/index.html b/doc/index.html
index 88dc80b..7b8d5b6 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -13,30 +13,28 @@
 <p>
 <a href="benefits.html">Benefits</a><br>
 <a href="replaceinit.html">How to replace init</a><br>
+<a href="useinit.html">How to use runit with current init</a><br>
 <a href="usedietlibc.html">How to use dietlibc</a>
 <p>
 <a href="runlevels.html">Runlevels</a><br>
-<a href="http://smarden.org/pape/djb/daemontools/noinit.html">
-Dependencies</a><br>
+<a href="dependencies.html">Service dependencies</a><br>
 <a href="runscripts.html">A collection of run scripts</a><br>
 <p>
 <a href="runit.8.html">The <tt>runit</tt> program</a><br>
 <a href="runit-init.8.html">The <tt>runit-init</tt> program</a><br>
 <br>
 <a href="runsvdir.8.html">The <tt>runsvdir</tt> program</a><br>
-<a href="runsv.8.html">The <tt>runsv</tt> program</a><br>
 <a href="runsvchdir.8.html">The <tt>runsvchdir</tt> program</a><br>
 <br>
+<a href="runsv.8.html">The <tt>runsv</tt> program</a><br>
+<a href="runsvstat.8.html">The <tt>runsvstat</tt> program</a><br>
+<a href="runsvctrl.8.html">The <tt>runsvctrl</tt> program</a><br>
+<br>
 <a href="svlogd.8.html">The <tt>svlogd</tt> program</a><br>
 <br>
-<a href="utmpset.8.html">The <tt>utmpset</tt> program</a><br>
 <a href="svwaitdown.8.html">The <tt>svwaitdown</tt> program</a><br>
 <a href="svwaitup.8.html">The <tt>svwaitup</tt> program</a><br>
-<br>
-<a href="runsvstat.8.html">The <tt>runsvstat</tt> program</a>
-(not installed by default)<br>
-<a href="runsvctrl.8.html">The <tt>runsvctrl</tt> program</a>
-(not installed by default)
+<a href="utmpset.8.html">The <tt>utmpset</tt> program</a><br>
 <hr>
 <i>runit</i> is a
 <a href="http://cr.yp.to/daemontools.html">daemontools</a> alike
@@ -45,7 +43,7 @@ replacement for
 and other init schemes. <i>runit</i> runs on <b>GNU/Linux</b>,
 <b>OpenBSD</b>, <b>FreeBSD</b>, and can easily be adapted to other unix
 operating systems.
-If <i>runit</i> runs for you on any other operating system or linux
+If <i>runit</i> runs for you on any other operating system or Linux
 distribution, please let me know.
 <p>
 <b>Warning:</b> Replacing <i>sysvinit</i> or <i>init</i> can cause the
@@ -87,7 +85,7 @@ if this is started by the kernel.
   <tt>/etc/runit/3</tt>. The systems tasks to shutdown and halt or
   reboot are done here.
 </ul>
-These are working examples for debian woody:
+These are working examples for Debian woody:
 <a href="debian/1">/etc/runit/1</a>,
 <a href="debian/2">/etc/runit/2</a>,
 <a href="debian/3">/etc/runit/3</a>.