summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2005-12-18 11:15:50 +0000
committerGerrit Pape <pape@smarden.org>2005-12-18 11:15:50 +0000
commitc2e4f73a63165a5dc8cd6c7e30bf9f3680d0cd28 (patch)
tree88b54b91c56dbb41252f47ba8972ea0384ec593e /doc
parentac103e08fa07c983c69a55fc59f7979b89026c95 (diff)
downloadrunit-c2e4f73a63165a5dc8cd6c7e30bf9f3680d0cd28.tar.gz
runit-c2e4f73a63165a5dc8cd6c7e30bf9f3680d0cd28.tar.xz
runit-c2e4f73a63165a5dc8cd6c7e30bf9f3680d0cd28.zip
* svlogd.c: don't print extra newlines to the log if additionally writing
    to the network through udp (thx Andras Korn,
    http://bugs.debian.org/339030).
  * runsvdir.c: also process svdir changes if mtime of svdir has changed into
    the past (thx Martin Dickopp).
  * doc/index.html: update description; Please contact this list and not me
    privately.
  * doc/replaceinit.html, doc/runscripts.html: minor.
  * man/chpst.8: -U doesn't support a list of groups.
  * man/svlogd.8: update PATTERN MATCHING section, add example (based on
    sugesstions from Joshua N Pritikin).
  * man/*8: update SEE ALSO sections: runsvctrl, runsvstat, svwaitdown,
    svwaitup will become obsolete; remove references to man pages for
    programs from the daemontools package.
1.3.2.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html19
-rw-r--r--doc/replaceinit.html10
-rw-r--r--doc/runscripts.html2
3 files changed, 12 insertions, 19 deletions
diff --git a/doc/index.html b/doc/index.html
index f5db09a..e1178e4 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -44,25 +44,20 @@ release 1.0.x of <i>runit</i>.
 <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
-replacement for
-<a href="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/">sysvinit</a>
-and other init schemes. <i>runit</i> runs on <b>GNU/Linux</b>,
-<b>*BSD</b>, <b>MacOSX</b>, <b>Solaris</b>, and can easily be adapted to
-other Unix operating systems.
+cross-platform Unix init scheme with service supervision, a replacement for
+<a href="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/">sysvinit</a>,
+and other init schemes.
+It runs on <b>GNU/Linux</b>, <b>*BSD</b>, <b>MacOSX</b>, <b>Solaris</b>,
+and can easily be adapted to other Unix operating systems.
 If <i>runit</i> runs for you on any other operating system, please
 <a href="mailto:supervision@list.skarnet.org">let me know</a>.
-<p>
-<b>Warning:</b> Replacing <i>sysvinit</i> or <i>init</i> can cause the
-system's boot to fail.
-Make sure you are able to recover and repair your system, for example if you
-run a boot loader, it should be able to pass <tt>init=/bin/sh</tt> to the
-kernel.
 <hr>
 <i>runit</i> is discussed on the
 <a href="http://skarnet.org/lists/#supervision">
 &lt;supervision@list.skarnet.org&gt;</a>
 mailing list.
+Please contact this list and not me privately.
+<p>
 To subscribe send an empty email to
 <a href="mailto:supervision-subscribe@list.skarnet.org">
 &lt;supervision-subscribe@list.skarnet.org&gt;</a>.
diff --git a/doc/replaceinit.html b/doc/replaceinit.html
index d3d2cf1..613fb10 100644
--- a/doc/replaceinit.html
+++ b/doc/replaceinit.html
@@ -77,9 +77,8 @@ of your boot loader on how to pass <tt>init=/sbin/runit-init</tt> to the
 kernel.
 <h3>Step 5: Service migration</h3>
 The goal is to migrate all services from <i>sysvinit</i> scheme to the
-<a href="http://cr.yp.to/daemontools.html">daemontools</a> design; take a
-look at these <a href="runscripts.html">run scripts</a> for popular
-services.
+<i>runit</i> service supervision design; take a look at these
+<a href="runscripts.html">run scripts</a> for popular services.
 The migration can be done smoothly.
 For those services that are not migrated to use <tt>run</tt> scripts yet,
 add the corresponding <tt>init</tt>-script startup to <tt>/etc/runit/1</tt>,
@@ -210,9 +209,8 @@ To report success:
 </pre>
 <h3>Step 5: Service migration</h3>
 The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the
-<a href="http://cr.yp.to/daemontools.html">daemontools</a> design; take a
-look at these <a href="runscripts.html">run scripts</a> for popular
-services.
+<i>runit</i> service supervision design; take a look at these
+<a href="runscripts.html">run scripts</a> for popular services.
 The migration can be done smoothly.
 By default <i>runit</i> runs the <tt>/etc/rc</tt> scripts in stage 1 as a
 one time task, so the services are started automatically:
diff --git a/doc/runscripts.html b/doc/runscripts.html
index bebaf21..000f7b0 100644
--- a/doc/runscripts.html
+++ b/doc/runscripts.html
@@ -979,7 +979,7 @@ to be set up.
  exec /usr/bin/X11/xfs -nodaemon
 </pre>
 <hr>
-<address><a href="mailto:pape-runscripts@smarden.org">
+<address><a href="mailto:pape@smarden.org">
 Gerrit Pape &lt;pape@smarden.org&gt;
 </a></address>
 <small>$Id$</small>