summary refs log tree commit diff
path: root/doc/index.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2001-11-26 11:31:53 +0000
committerGerrit Pape <pape@smarden.org>2001-11-26 11:31:53 +0000
commitf849568f4ccdcce45225fa1df2821c4aef607e3d (patch)
tree11f9ba313b1efac555ea315640ca8710e3a9f31f /doc/index.html
parentf71b40212367b464a882d7a1ef4c5e1f68cd87f1 (diff)
downloadrunit-f849568f4ccdcce45225fa1df2821c4aef607e3d.tar.gz
runit-f849568f4ccdcce45225fa1df2821c4aef607e3d.tar.xz
runit-f849568f4ccdcce45225fa1df2821c4aef607e3d.zip
* runit-halt, runit-reboot removed, integrated into runit-init
  * tested with dietlibc
  * doc: usedietlibs.html added.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html
index e362c9f..6f13589 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -9,12 +9,11 @@
 <h1>runit - minimal replacement for <i>sysvinit</i></h1>
 <hr>
 <a href="install.html">How to install runit</a><br>
-<a href="replaceinit.html">How to replace init</a>
+<a href="replaceinit.html">How to replace init</a><br>
+<a href="usedietlibc.html">How to use dietlibc</a>
 <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>
-<a href="runit-halt.8.html">The <tt>runit-halt</tt> program</a><br>
-<a href="runit-reboot.8.html">The <tt>runit-reboot</tt> program</a>
+<a href="runit-init.8.html">The <tt>runit-init</tt> program</a>
 <hr>
 <i>runit</i> cooperates with djb's
 <a href="http://cr.yp.to/daemontools.html">daemontools</a> package to create
@@ -67,8 +66,20 @@ done in other programs, see
 Dependencies and runlevels</a>
 for an example, the amount of code in process no 1 should be minimal.
 <hr>
-See <a href="replaceinit.html">How to replace init</a> for smoothly migrating
-from <i>sysvinit</i>.
+See <a href="install.html">How to install runit</a> for installing
+<i>runit</i> and <a href="replaceinit.html">How to replace init</a> for
+smoothly escaping from <i>sysvinit</i>.
+<hr>
+If <i>runit</i> is compiled and linked with
+<a href="http://www.fefe.de/dietlibc/">dietlibc</a> it yields in a statically
+linked <tt>runit</tt> binary of 14k size and this <tt>ps axuw</tt> output
+on my system:
+<pre>
+  USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
+  root         1  0.0  0.0    24   20 ?        S    Nov22   0:01 runit
+</pre>
+I recommend doing this; for instructions, see
+<a href="usedietlibc.html">How to use dietlibc</a>.
 <hr>
 See <a href="http://smarden.org/runit/">http://smarden.org/runit/</a>
 for recent informations.