diff options
author | Gerrit Pape <pape@smarden.org> | 2006-03-06 12:44:55 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-03-06 12:44:55 +0000 |
commit | 47b39e5136a06103ad4bb6f1d92ade90e5a3ef79 (patch) | |
tree | 1e9ea806cd45ccf26edfb922886920da38496420 /doc/upgrade.html | |
parent | 6509922fbbd8dcbb31a5ab1949da77f63e7f6617 (diff) | |
download | runit-47b39e5136a06103ad4bb6f1d92ade90e5a3ef79.tar.gz runit-47b39e5136a06103ad4bb6f1d92ade90e5a3ef79.tar.xz runit-47b39e5136a06103ad4bb6f1d92ade90e5a3ef79.zip |
doc.
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 8a79b51..d0a3b9d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -9,6 +9,16 @@ <hr> <h1>runit - upgrading from previous versions</h1> <hr> +<h3>1.3.x to 1.4.0</h3> +With this version the <tt>runsvctrl</tt>, <tt>runsvstat</tt>, +<tt>svwaitdown</tt>, and <tt>svwaitup</tt> programs no longer are being +installed, the functionality of these programs has been incorporated into +the <a href="sv.8.html">sv</a> program. +The documentation now suggest to put service directories by default into +the <tt>/etc/sv/</tt> directory, and a list of frequently asked questions +with answers has been added. +The <a href="chpst.8.html">chpst</a> program understands a new option -d +to limit memory of the data segment per process. <h3>1.2.x to 1.3.x</h3> This release introduces a first test version of the <a href="sv.8.html">sv</a> program, which can be used to control the state and query the status of |