diff options
author | Gerrit Pape <pape@smarden.org> | 2003-09-23 08:01:45 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-09-23 08:01:45 +0000 |
commit | ecb49a81572f39731df4e7bcbc1dd071e6592547 (patch) | |
tree | a2caf099f4d58f0b7cbd4859ad3e7f0917ad0ce1 /doc/install.html | |
parent | ddd4597ac5f4fcf8d6431a225921aa7c7e5890d7 (diff) | |
download | runit-ecb49a81572f39731df4e7bcbc1dd071e6592547.tar.gz runit-ecb49a81572f39731df4e7bcbc1dd071e6592547.tar.xz runit-ecb49a81572f39731df4e7bcbc1dd071e6592547.zip |
v0.11.2.
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/install.html b/doc/install.html index 1e3a623..8ae1249 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-0.11.1.tar.gz">runit-0.11.1.tar.gz</a> into <tt>/package</tt> +<a href="runit-0.11.2.tar.gz">runit-0.11.2.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-0.11.1.tar - # tar -xpf runit-0.11.1.tar - # rm runit-0.11.1.tar - # cd admin/runit-0.11.1 + # gunzip runit-0.11.2.tar + # tar -xpf runit-0.11.2.tar + # rm runit-0.11.2.tar + # cd admin/runit-0.11.2 </pre> On MacOSX, do <pre> @@ -43,7 +43,7 @@ hierarchy, do: </pre> To report success: <pre> - # mail pape-runit-0.11.1@smarden.org <compile/sysdeps + # mail pape-runit-0.11.2@smarden.org <compile/sysdeps </pre> Refer to <a href="replaceinit.html">replacing init</a> for replacing <i>init</i> with <i>runit</i>, or to |