commit 6aa6d35237818bdc1f940958991c08dfc5e4015b
parent ed16e96cf504a96fc37fb6d2e586185deef1d2e4
Author: Gerrit Pape <pape@smarden.org>
Date: Wed, 25 Sep 2002 11:30:52 +0000
doc.
Diffstat:
9 files changed, 32 insertions(+), 21 deletions(-)
diff --git a/doc/index.html b/doc/index.html
@@ -19,9 +19,11 @@ Dependencies and runlevels</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="runsvdir.8.html">The <tt>runsvdir</tt> program</a><br>
+<a href="runsv.8.html">The <tt>runsv</tt> program</a><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>
-<a href="utmpset.8.html">The <tt>utmpset</tt> program</a>
+<a href="svwaitup.8.html">The <tt>svwaitup</tt> program</a>
<hr>
<i>runit</i> cooperates with the
<a href="http://cr.yp.to/daemontools.html">daemontools</a> package to create
@@ -61,7 +63,7 @@ if this is started by the kernel.
<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="http://cr.yp.to/daemontools/svscanboot.html">svscanboot</a>.
+ <a href="runsvdir.8.html">runsvdir</a>.
In Stage 2 <i>runit</i> optionally handles an INT signal
(ctrl-alt-del keyboard request on Linux/i386).
<li><b>Stage 3:</b><br>
diff --git a/doc/replaceinit.html b/doc/replaceinit.html
@@ -131,8 +131,9 @@ FreeBSD 4.4:
</pre>
Remove the <tt>svscanboot</tt> startup from <tt>/etc/rc.local</tt> by
deleting the line <tt>csh -cf '/command/svscanboot &'</tt> (this normally
-is the last one); <i>runit</i> will start <tt>svscanboot</tt> in stage 2
-after running <tt>rc.local</tt> in stage 1.
+is the last one); <i>runit</i> will start
+<a href="runsvdir.8.html">runsvdir</a> in stage 2 after running
+<tt>rc.local</tt> in stage 1.
<pre>
# vi /etc/rc.local
</pre>
@@ -207,8 +208,8 @@ services are started automatically:
</pre>
To migrate a service, create a service directory, disable the service if
it is running, disable the service in <tt>/etc/rc.conf</tt> or remove the
-service startup from the <tt>/etc/rc.*</tt> scripts and tell <tt>svscan</tt>
-about the new service.
+service startup from the <tt>/etc/rc.*</tt> scripts and tell
+<a href="runsvdir.8.html">runsvdir</a> about the new service.
<hr>
<address><a href="mailto:pape@smarden.org">
Gerrit Pape <pape@smarden.org>
diff --git a/doc/runit.8.html b/doc/runit.8.html
@@ -25,7 +25,7 @@ stage 2 and enter stage 3.
<H2><A NAME="sect4">Stage 2</A></H2>
<B>runit</B> runs <I>/etc/runit/2</I>, which should
not return until system shutdown; if it crashes, it will be restarted. Normally
-<I>/etc/runit/2</I> starts <B><I>svscanboot</B>(8)</I>. <B>runit</B> is able to handle the ctrl-alt-del
+<I>/etc/runit/2</I> starts <B><I>runsvdir</B>(8)</I>. <B>runit</B> is able to handle the ctrl-alt-del
keyboard request in Stage 2, see below.
<H2><A NAME="sect5">Stage 3</A></H2>
If <B>runit</B> is told to shutdown
@@ -47,9 +47,9 @@ if
<B>runit</B> receives an INT signal, a ctrl-alt-del keyboard request is triggered.
<H2><A NAME="sect8">See Also</A></H2>
-<I>runit-init(8)</I>, <I>svwaitdown(8)</I>, <I>svwaitup(8)</I>, <I>utmpset(8)</I> <P>
-<I>http://smarden.org/runit/</I>
-
+<I>runit-init(8)</I>, <I>runsvdir(8)</I>, <I>runsv(8)</I>, <I>svwaitdown(8)</I>, <I>svwaitup(8)</I>,
+<I>utmpset(8)</I> <P>
+<I>http://smarden.org/runit/</I>
<H2><A NAME="sect9">Author</A></H2>
Gerrit Pape <pape@smarden.org> <P>
diff --git a/doc/svwaitdown.8.html b/doc/svwaitdown.8.html
@@ -46,8 +46,8 @@ exits non zero. The maximum is 100. <P>
<B>svwaitdown</B> returns 111 if the timeout
<I>sec</I> was reached.
<H2><A NAME="sect5">See Also</A></H2>
-<I>svwaitup(8)</I>, <I>supervise(8)</I>, <I>svscan(8)</I>, <I>runit(8)</I>,
-<I>runit-init(8)</I> <P>
+<I>svwaitup(8)</I>, <I>runit(8)</I>, <I>runit-init(8)</I>, <I>runsvdir(8)</I>,
+<I>runsv(8)</I>, <I>supervise(8)</I>, <I>svscan(8)</I> <P>
<I>http://smarden.org/runit/</I><BR>
<I>http://cr.yp.to/daemontools.html</I><BR>
diff --git a/doc/svwaitup.8.html b/doc/svwaitup.8.html
@@ -50,7 +50,8 @@ The maximum is 100. <P>
<B>svwaitup</B> returns 111 on error.
<H2><A NAME="sect5">See Also</A></H2>
<I>svwaitdown(8)</I>,
-<I>supervise(8)</I>, <I>svscan(8)</I>, <I>runit(8)</I>, <I>runit-init(8)</I> <P>
+<I>runit(8)</I>, <I>runit-init(8)</I>, <I>runsvdir(8)</I>, <I>runsv(8)</I>, <I>supervise(8)</I>, <I>svscan(8)</I>
+<P>
<I>http://smarden.org/runit/</I><BR>
<I>http://cr.yp.to/daemontools.html</I><BR>
diff --git a/man/runit.8 b/man/runit.8
@@ -29,7 +29,7 @@ which should not return until system shutdown; if it crashes, it will be
restarted. Normally
.I /etc/runit/2
starts
-.BR svscanboot (8).
+.BR runsvdir (8).
.B runit
is able to handle the ctrl-alt-del keyboard request in Stage 2, see below.
.SH STAGE 3
@@ -71,6 +71,8 @@ if
receives an INT signal, a ctrl-alt-del keyboard request is triggered.
.SH SEE ALSO
runit-init(8),
+runsvdir(8),
+runsv(8),
svwaitdown(8),
svwaitup(8),
utmpset(8)
diff --git a/man/svwaitdown.8 b/man/svwaitdown.8
@@ -73,10 +73,12 @@ returns 111 if the timeout
was reached.
.SH SEE ALSO
svwaitup(8),
-supervise(8),
-svscan(8),
runit(8),
-runit-init(8)
+runit-init(8),
+runsvdir(8),
+runsv(8),
+supervise(8),
+svscan(8)
.P
http://smarden.org/runit/
http://cr.yp.to/daemontools.html
diff --git a/man/svwaitup.8 b/man/svwaitup.8
@@ -84,10 +84,12 @@ increases the exit code by one and exits non zero. The maximum is 100.
returns 111 on error.
.SH SEE ALSO
svwaitdown(8),
-supervise(8),
-svscan(8),
runit(8),
-runit-init(8)
+runit-init(8),
+runsvdir(8),
+runsv(8),
+supervise(8),
+svscan(8)
.P
http://smarden.org/runit/
http://cr.yp.to/daemontools.html
diff --git a/package/CHANGES b/package/CHANGES
@@ -1,6 +1,7 @@
runit 0.5.4
Wed, 25 Sep 2002 12:13:46 +0200
* man/runsv.8, man/runsvdir.8: new.
+ * doc: use runsvdir/runsv instead of svscanboot/supervise.
runit 0.5.3
Tue, 24 Sep 2002 12:14:02 +0200