diff options
author | Gerrit Pape <pape@smarden.org> | 2002-05-18 17:30:16 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-05-18 17:30:16 +0000 |
commit | 9cc46dc719566d4665f2e584cbd0b3b250d4b7d9 (patch) | |
tree | 3102f6853180830c6ad48d40c3e5fa5ef3d21d49 /doc | |
parent | a3b07af346564647eb28477c80cc0d1b6929246b (diff) | |
download | runit-9cc46dc719566d4665f2e584cbd0b3b250d4b7d9.tar.gz runit-9cc46dc719566d4665f2e584cbd0b3b250d4b7d9.tar.xz runit-9cc46dc719566d4665f2e584cbd0b3b250d4b7d9.zip |
* src/: include public domain sources to build byte.a, unix.a, time.a:
runit builds without having daemontools' sources installed. 0.3.3.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/install.html | 10 | ||||
-rw-r--r-- | doc/replaceinit.html | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/index.html b/doc/index.html index d8a6143..712eefe 100644 --- a/doc/index.html +++ b/doc/index.html @@ -84,7 +84,7 @@ This is from the second machine where I replaced <i>sysvinit</i> with <i>runit</i>: <pre> # strings /proc/1/exe |grep Id - $Id$ + $Id: runit.c,v 1.5 2001/12/30 16:28:53 pape Exp $ # uptime 10:35:18 up 107 days, 15:46, 2 users, load average: 0.00, 0.00, 0.00 # ps axuw |head @@ -130,7 +130,7 @@ This is from the second machine where I replaced <i>sysvinit</i> with This is from a more busy system: <pre> # strings /proc/1/exe |grep Id - $Id$ + $Id: runit.c,v 1.6 2002/01/29 18:56:36 pape Exp $ # uptime 10:44:34 up 68 days, 10:48, 3 users, load average: 0.24, 0.45, 0.34 # ps axuw |head diff --git a/doc/install.html b/doc/install.html index da7dfd2..047767f 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.2.tar.gz">runit-0.3.2.tar.gz</a> into <tt>/package</tt> +<a href="runit-0.3.3.tar.gz">runit-0.3.3.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-0.3.2.tar - # tar -xpf runit-0.3.2.tar - # rm runit-0.3.2.tar - # cd admin/runit-0.3.2 + # gunzip runit-0.3.3.tar + # tar -xpf runit-0.3.3.tar + # rm runit-0.3.3.tar + # cd admin/runit-0.3.3 </pre> Compile and install the <i>runit</i> programs <pre> diff --git a/doc/replaceinit.html b/doc/replaceinit.html index 6e91ba5..93fd8eb 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.2@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.3.3@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.2@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.3.3@smarden.org </pre> <h3>Step 5: Service migration</h3> The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the |