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 /CONTRIBUTIONS.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 'CONTRIBUTIONS.md')
-rw-r--r-- | CONTRIBUTIONS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 97c9f2b973..2d5cb27a8f 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -6,3 +6,4 @@ Example Contribution: --> # Chef Client Contributions: +* **jaymzh**: SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172) |