runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 0cfe6dede691a67025bc84b1475adb469f927a7c
parent eec9d17947acf97424493c948c573949b3fdf570
Author: Gerrit Pape <pape@smarden.org>
Date:   Mon,  5 May 2008 22:00:55 +0000

doc/upgrade.html: upgrade from 1.8.0.

Diffstat:
Mdoc/upgrade.html | 13+++++++++++++
Mpackage/CHANGES | 2++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/doc/upgrade.html b/doc/upgrade.html @@ -9,6 +9,19 @@ <hr> <h1>runit - upgrading from previous versions</h1> <hr> +<h3>1.8.0 to 1.9.0</h3> +The default directory for services is now <tt>/service/</tt>, and no longer +<tt>/var/service/</tt>. +To be consistent with the new default location, create a symlink when +upgrading +<pre> + # ln -s /var/service / +</pre> +When installing runit on a system that should comply with the Filesystem +Hierarchy Standard (FHS), neither <tt>/service/</tt> nor +<tt>/var/service/</tt> should be chosen, but <tt>/etc/service/</tt>. +It is recommended to create a compatibility symlink <tt>/service</tt> +pointing to <tt>/etc/service</tt> in this case. <h3>1.7.x to 1.8.0</h3> The <a href="runit.8.html">runit</a> program, the process no 1, has been fixed to reap dead processes that re-parented to process no 1 (zombies) diff --git a/package/CHANGES b/package/CHANGES @@ -1,3 +1,5 @@ +1.9.0 +Mon, 05 May 2008 22:00:13 +0000 * doc/upgrade.html: typo. * sv.c: service name is also relative to the current directory if it ends with a slash.