diff options
author | Phil Dibowitz <phil@ipom.com> | 2014-03-18 15:44:59 -0700 |
---|---|---|
committer | Phil Dibowitz <phil@ipom.com> | 2014-04-01 10:44:44 -0700 |
commit | 5f8fbd346f44c978b597246a78bbc6b91253a02c (patch) | |
tree | 56ad36a7ac1b7ce4cd2f88b433d7b71917a0098b /RELEASE_NOTES.md | |
parent | 932d7656ff4d8afcb672359b1d622d64a4adc15e (diff) | |
download | chef-5f8fbd346f44c978b597246a78bbc6b91253a02c.tar.gz |
[11] Don't catch SIGTERM if not in daemon mode
This doens't make sense if not in daemon mode.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dbde23c0fb..52e1a19749 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,3 +8,9 @@ Details about the thing that changed that needs to get included in the Release N --> # Chef Client Release Notes: +#### Signal Regression Fix + +CHEF-1761 introduced a regression for signal handling when not in daemon mode +(see CHEF-5172). Chef will now, once again, exit immediately on SIGTERM if it +is not in daemon mode, otherwise it will complete it's current run before +existing. |