From: Galen Charlton Date: Fri, 7 Mar 2014 18:33:16 +0000 (-0800) Subject: mention opensrf_router managing its own PID file in release notes X-Git-Tag: osrf_rel_2_3_0-rc~3 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9b6127b2a08892036699616d3fa8889f8933f545;p=OpenSRF.git mention opensrf_router managing its own PID file in release notes Signed-off-by: Galen Charlton --- diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt index d44ca7b..afa6f62 100644 --- a/doc/RELEASE_NOTES.txt +++ b/doc/RELEASE_NOTES.txt @@ -63,9 +63,11 @@ processes. Otherwise, if the `--ignore-orphans` switch is not used, require that `--force-clean-process` be used to kill any running OpenSRF processes first. -In other words, `--ignore-orphans` means that `osrf_control` can be used -to manage the operation of multiple running OpenSRF instances on a -single server, each with its own PID directory and core configuration. +In other words, `--ignore-orphans`, in conjunction with a change +whereby `opensrf_router` now creates its PID file directly, means that +`osrf_control` can be used to manage the operation of multiple running +OpenSRF instances on a single server, each with its own PID directory +and core configuration. Add option to opensrf.settings methods to force rereading of opensrf.xml ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~