diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/install.html | 12 | ||||
-rw-r--r-- | doc/replaceinit.html | 4 | ||||
-rw-r--r-- | doc/runsv.8.html | 8 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
5 files changed, 14 insertions, 16 deletions
diff --git a/doc/index.html b/doc/index.html index fa53097..2982fff 100644 --- a/doc/index.html +++ b/doc/index.html @@ -8,10 +8,6 @@ <hr> <h1>runit - a UNIX init scheme with service supervision</h1> <hr> -See <a href="http://smarden.org/runit1/">here</a> for the current stable -release 1.0.x of <i>runit</i>. -<p> -<hr> <a href="install.html">How to install runit</a><br> <a href="upgrade.html">Upgrading from previous versions of runit</a> <p> diff --git a/doc/install.html b/doc/install.html index 1c8e505..99e2ec3 100644 --- a/doc/install.html +++ b/doc/install.html @@ -17,14 +17,14 @@ If you don't have a <tt>/package</tt> directory, create it now: # chmod 1755 /package </pre> Download -<a href="runit-1.9.0.tar.gz">runit-1.9.0.tar.gz</a> into <tt>/package</tt> +<a href="runit-2.0.0.tar.gz">runit-2.0.0.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-1.9.0.tar - # tar -xpf runit-1.9.0.tar - # rm runit-1.9.0.tar - # cd admin/runit-1.9.0 + # gunzip runit-2.0.0.tar + # tar -xpf runit-2.0.0.tar + # rm runit-2.0.0.tar + # cd admin/runit-2.0.0 </pre> On MacOSX, do <pre> @@ -43,7 +43,7 @@ hierarchy, do: </pre> To report success: <pre> - # mail pape-runit-1.9.0@smarden.org <compile/sysdeps + # mail pape-runit-2.0.0@smarden.org <compile/sysdeps </pre> If you use <i>runit</i> regularly, please <a href="http://smarden.org/pape/#contribution">contribute</a> to the project. diff --git a/doc/replaceinit.html b/doc/replaceinit.html index aad85ff..25c9862 100644 --- a/doc/replaceinit.html +++ b/doc/replaceinit.html @@ -122,7 +122,7 @@ default Unix process no 1 <i>runit</i>. </pre> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-1.9.0@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.0.0@smarden.org </pre> <hr> @@ -211,7 +211,7 @@ This will cause <i>runit</i> to enter stage 3 which runs <p> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-1.9.0@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.0.0@smarden.org </pre> <h3>Step 5: Service migration</h3> The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the diff --git a/doc/runsv.8.html b/doc/runsv.8.html index 3f430f1..d27deeb 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -116,13 +116,13 @@ to send a TERM signal to the socklog-unix service, either do # sv term directory. <h2><a name='sect4'>Customize Control</a></h2> For each control character <i>c</i> sent to the control -pipe, <b>runsv</b> first checks if <i>service/control/<i>c</i> exists and is executable. +pipe, <b>runsv</b> first checks if <i>service</i>/control/<i>c</i> exists and is executable. If so, it starts <i>service</i>/control/<i>c</i> and waits for it to terminate, before interpreting the command. If the program exits with return code 0, <b>runsv</b> refrains from sending the service the corresponding signal. The command -<i>o</i> is always considered as command <i>u</i>. On command <i>d</i> first <i>service</i>/control/t</i> -is checked, and then <i>service/control/d.</i> On command <i>x</i> first <i>service/control/t</i> -is checked, and then <i>service/control/x.</i> The control of the optional log +<i>o</i> is always considered as command <i>u</i>. On command <i>d</i> first <i>service</i>/control/<i>t</i> +is checked, and then <i>service</i>/control/<i>d</i>. On command <i>x</i> first <i>service</i>/control/<i>t</i> +is checked, and then <i>service</i>/control/<i>x</i>. The control of the optional log service cannot be customized. <h2><a name='sect5'>Signals</a></h2> If <b>runsv</b> receives a TERM signal, it diff --git a/doc/upgrade.html b/doc/upgrade.html index 11f5925..639bd10 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -9,6 +9,8 @@ <hr> <h1>runit - upgrading from previous versions</h1> <hr> +<h3>1.9.0 to 2.0.0</h3> +No further action from you is required. <h3>1.8.0 to 1.9.0</h3> The default directory for services is now <tt>/service/</tt>, and no longer <tt>/var/service/</tt>. |