diff options
author | Gerrit Pape <pape@smarden.org> | 2002-08-28 13:10:06 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-08-28 13:10:06 +0000 |
commit | 2feb3787af76c8098f3f0b009b9522c97d52026b (patch) | |
tree | b9afda00c119382a1d32ad5a36b54ac7037fa280 /doc/install.html | |
parent | a148a393ee2453b4d7d358715e7ea6a426043cb9 (diff) | |
download | runit-2feb3787af76c8098f3f0b009b9522c97d52026b.tar.gz runit-2feb3787af76c8098f3f0b009b9522c97d52026b.tar.xz runit-2feb3787af76c8098f3f0b009b9522c97d52026b.zip |
* utmpset: avoids libutil; compiles with deitlibc; built by default.
* doc/usedietlibc.html: fix description. * stage 3: restart getties after stopping services. * getty-*/run: add utmpset. 0.5.0.
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/install.html b/doc/install.html index 4c18a93..e164d69 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.4.1.tar.gz">runit-0.4.1.tar.gz</a> into <tt>/package</tt> +<a href="runit-0.5.0.tar.gz">runit-0.5.0.tar.gz</a> into <tt>/package</tt> and unpack the archive <pre> # cd /package - # gunzip runit-0.4.1.tar - # tar -xpf runit-0.4.1.tar - # rm runit-0.4.1.tar - # cd admin/runit-0.4.1 + # gunzip runit-0.5.0.tar + # tar -xpf runit-0.5.0.tar + # rm runit-0.5.0.tar + # cd admin/runit-0.5.0 </pre> Compile and install the <i>runit</i> programs <pre> |