diff options
author | Gerrit Pape <pape@smarden.org> | 2006-11-21 15:09:10 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-11-21 15:09:10 +0000 |
commit | 0df1c469d058d1582c67001b2d58eae6336d81f9 (patch) | |
tree | dfe83686d61b79d76f57183bf8af1cb897d84f0b /doc | |
parent | 419005745ba8cb925d00d6a3cb2ca3ea62e6f8bb (diff) | |
download | runit-0df1c469d058d1582c67001b2d58eae6336d81f9.tar.gz runit-0df1c469d058d1582c67001b2d58eae6336d81f9.tar.xz runit-0df1c469d058d1582c67001b2d58eae6336d81f9.zip |
* doc/index.html: some reordering.
* runit.c: fix arguments to wait_pid() after fork for reboot_system() (thx Jan Kampe). * man/runsv.8: suggest printf t instead of echo -n t.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 96 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 50 insertions, 48 deletions
diff --git a/doc/index.html b/doc/index.html index 5a9dd63..2474ca5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -110,6 +110,55 @@ automatically. <i>runit</i> is optimized for reliability and small size. The amount of code in process no 1 should be minimal. <hr> +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 +configuring <i>runit</i> to run as process no 1. +See <a href="useinit.html">How to use with current init</a> if you want to +use <i>runit</i> without replacing the current init scheme. +Please read the list of +<a href="faq.html">Frequently asked questions with answers</a>. +<hr> +If <i>runit</i> on Linux is compiled and linked with the +<a href="http://www.fefe.de/dietlibc/">dietlibc</a>, it yields in a +statically linked <tt>runit</tt> binary of 8.5k 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 20 16 ? S 2002 0:02 runit +</pre> +I recommend doing this; for instructions, see +<a href="usedietlibc.html">How to use dietlibc</a>. +<hr> +The following distributions are known to include or package <i>runit</i>: +<ul> +<li><a href="http://packages.qa.debian.org/runit"> +Debian GNU/Linux</a> (as alternative init scheme) +<li><a href="http://http://www.freshports.org/sysutils/runit/"> +FreeBSD</a> +<li><a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/runit/"> +OpenBSD</a> +<li><a href="http://pkgsrc.se/wip/runit/"> +NetBSD</a> +<li><a href="http://annvix.org/"> +Annvix</a> (as default init scheme) +<li><a href="http://packages.ubuntu.com/runit"> +Ubuntu</a> (as alternative init scheme) +<li><a href="http://packages.gentoo.org/search/?sstring=runit"> +Gentoo</a> +<li><a href="http://www.smeserver.org/"> +SME server</a> +<li><a href="http://www.opensde.org/"> +OpenSDE</a> +<li><a href="http://www.t2-project.org/"> +T2</a> +<li><a href="http://zinux.cynicbytrade.com/"> +Zinux Linux</a> (as default init scheme) +<li><a href="http://www.gobolinux.org/"> +GoboLinux</a> +</ul> +If you know of more distributions, please +<a href="mailto:supervision@list.skarnet.org">let me know</a>. +<hr> <b><i>runit</i> in use</b>: I replaced <i>sysvinit</i> successfully with <i>runit</i> on several server systems and a laptop running Debian/GNU Linux sarge, woody, and potato. @@ -178,56 +227,9 @@ Here is an example: `-tcpsvd---bincimap-up---bincimapd </pre> <hr> -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 -configuring <i>runit</i> to run as process no 1. -See <a href="useinit.html">How to use with current init</a> if you want to -use <i>runit</i> without replacing the current init scheme. -<hr> -If <i>runit</i> on Linux is compiled and linked with the -<a href="http://www.fefe.de/dietlibc/">dietlibc</a>, it yields in a -statically linked <tt>runit</tt> binary of 8.5k 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 20 16 ? S 2002 0:02 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. <hr> -The following distributions are known to include or package <i>runit</i>: -<ul> -<li><a href="http://packages.qa.debian.org/runit"> -Debian GNU/Linux</a> (as alternative init scheme) -<li><a href="http://http://www.freshports.org/sysutils/runit/"> -FreeBSD</a> -<li><a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/runit/"> -OpenBSD</a> -<li><a href="http://pkgsrc.se/wip/runit/"> -NetBSD</a> -<li><a href="http://annvix.org/"> -Annvix</a> (as default init scheme) -<li><a href="http://packages.ubuntu.com/runit"> -Ubuntu</a> (as alternative init scheme) -<li><a href="http://packages.gentoo.org/search/?sstring=runit"> -Gentoo</a> -<li><a href="http://www.smeserver.org/"> -SME server</a> -<li><a href="http://www.opensde.org/"> -OpenSDE</a> -<li><a href="http://www.t2-project.org/"> -T2</a> -<li><a href="http://zinux.cynicbytrade.com/"> -Zinux Linux</a> (as default init scheme) -<li><a href="http://www.gobolinux.org/"> -GoboLinux</a> -</ul> -If you know of more distributions, please -<a href="mailto:supervision@list.skarnet.org">let me know</a>. -<hr> Related links: <ul> <li><a href="http://www.fefe.de/minit/"> diff --git a/doc/upgrade.html b/doc/upgrade.html index f2205a3..f132d84 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -9,7 +9,7 @@ <hr> <h1>runit - upgrading from previous versions</h1> <hr> -<h3>1.6.0 to 1.7.0 or 1.7.1</h3> +<h3>1.6.0 to 1.7.x</h3> With this version the <a href="runsv.8.html">runsv</a> program starts to run the ./finish script with two arguments, the exit code and the exit status of the just finished ./run script. |