diff options
author | Gerrit Pape <pape@smarden.org> | 2002-02-03 15:33:21 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-02-03 15:33:21 +0000 |
commit | 955512d61659fe0cd609577b7fb61b36c234cf70 (patch) | |
tree | 561e009f334be382d4242692006aa842c5ee372f /doc | |
parent | 6140c70bb905cda47becf98e3c82cca65a0e9d2f (diff) | |
download | runit-955512d61659fe0cd609577b7fb61b36c234cf70.tar.gz runit-955512d61659fe0cd609577b7fb61b36c234cf70.tar.xz runit-955512d61659fe0cd609577b7fb61b36c234cf70.zip |
cleanup.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 10 | ||||
-rw-r--r-- | doc/replaceinit.html | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/install.html b/doc/install.html index 31d5235..918ed19 100644 --- a/doc/install.html +++ b/doc/install.html @@ -13,14 +13,14 @@ Check that you have the recent version of <a href="http://cr.yp.to/daemontools.html">daemontools</a> installed. <p> Download -<a href="runit-0.3.0.tar.gz">runit-0.3.0.tar.gz</a> into <tt>/package</tt> +<a href="runit-0.3.1.tar.gz">runit-0.3.1.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-0.3.0.tar - # tar -xpf runit-0.3.0.tar - # rm runit-0.3.0.tar - # cd admin/runit-0.3.0 + # gunzip runit-0.3.1.tar + # tar -xpf runit-0.3.1.tar + # rm runit-0.3.1.tar + # cd admin/runit-0.3.1 </pre> Compile and install the <i>runit</i> programs <pre> diff --git a/doc/replaceinit.html b/doc/replaceinit.html index c774dda..810d399 100644 --- a/doc/replaceinit.html +++ b/doc/replaceinit.html @@ -107,7 +107,7 @@ default Unix process no 1 <i>runit</i>. </pre> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.3.0@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.3.1@smarden.org </pre> <hr> @@ -187,7 +187,7 @@ Use <b>init 6</b> to reboot and <b>init 0</b> to halt a system that runs <p> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.3.0@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.3.1@smarden.org </pre> <h3>Step 5: Service migration</h3> The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the |