diff options
author | Gerrit Pape <pape@smarden.org> | 2004-09-20 19:53:10 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-09-20 19:53:10 +0000 |
commit | 93b624bae85633d86da0f61bb7e96e1443f134aa (patch) | |
tree | 509da879d54c8cdd36a7f43edb18fc6e03844585 /doc/index.html | |
parent | ef14eafab5dd09c6706a372835b932015f1fe9a8 (diff) | |
download | runit-93b624bae85633d86da0f61bb7e96e1443f134aa.tar.gz runit-93b624bae85633d86da0f61bb7e96e1443f134aa.tar.xz runit-93b624bae85633d86da0f61bb7e96e1443f134aa.zip |
* svlogd.c: fix line buffer handling for pattern matching (thx Enrico
Scholz); minor bug fixes. * doc/index.html: wording; add link to useinit.html; remove link to runit on LinuxFromScratch. * doc/runscripts.html: add hint, some getties need to be run in a new session/process group (thx Dan Melomedman). * man/svlogd.8: minor fixes. * man/svwaitdown.8: remove hint about -x option.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/index.html b/doc/index.html index f91975f..a46612d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -78,23 +78,23 @@ if this is started by the kernel. terminate. The system's one time initialization tasks are done here. <tt>/etc/runit/1</tt> has full control over <tt>/dev/console</tt> to be - able to start an emergency shell if the one time initialization tasks - fail. + able to start an emergency shell in case the one time initialization + tasks fail. <li><b>Stage 2:</b><br> <i>runit</i> starts <tt>/etc/runit/2</tt> which should not return until the system is going to halt or reboot; if it crashes, it will be restarted. Normally, <tt>/etc/runit/2</tt> runs <a href="runsvdir.8.html">runsvdir</a>. - In Stage 2 <i>runit</i> optionally handles an INT signal (ctrl-alt-del + In Stage 2 <i>runit</i> optionally handles the INT signal (ctrl-alt-del keyboard request on Linux/i386). <li><b>Stage 3:</b><br> - If <i>runit</i> is told to halt or reboot the system, or the Stage 2 - returns without errors, it terminates Stage 2 if it is running and runs + If <i>runit</i> is told to halt or reboot the system, or Stage 2 returns + without errors, it terminates Stage 2 if it is running, and runs <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 sarge: <a href="debian/1">/etc/runit/1</a>, <a href="debian/2">/etc/runit/2</a>, <a href="debian/3">/etc/runit/3</a>. @@ -185,6 +185,8 @@ Of course also the <tt>smarden.org</tt> content server is running with 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 @@ -208,8 +210,6 @@ runit Debian package</a> runit-run Debian package</a> <li><a href="http://www.freshports.org/sysutils/runit/"> runit FreeBSD port</a> -<li><a href="http://www.109bean.org.uk/betterboot/index.html"> -runit on LinuxFromScratch</a> - by Richard A Downing FBCS <li><a href="http://rpmfind.net/linux/rpm2html/search.php?query=runit"> runit RPMs</a> <li><a href="http://www.fefe.de/minit/"> |