Bug 254961 - www/nginx: add the ability to customize the stop signal
Summary: www/nginx: add the ability to customize the stop signal
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jochen Neumeister
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-10 21:13 UTC by Dmitry Wagin
Modified: 2022-01-07 17:40 UTC (History)
3 users (show)

See Also:
dmitry.wagin: maintainer-feedback-


Attachments
nginx.diff (731 bytes, patch)
2021-04-10 21:13 UTC, Dmitry Wagin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Wagin 2021-04-10 21:13:37 UTC
Created attachment 224002 [details]
nginx.diff

nginx support various stop signals TERM, INT, QUIT
my patch add the ability to customize the signal for service stop
Comment 1 Dmitry Wagin 2021-07-23 10:46:06 UTC
ping
Comment 2 Dmitry Wagin 2021-07-30 13:11:09 UTC
maintainer timeout
Comment 3 Jochen Neumeister freebsd_committer freebsd_triage 2021-07-30 13:43:22 UTC
is there a reference / source for this?
Comment 4 Dmitry Wagin 2021-07-30 13:59:37 UTC
(In reply to Jochen Neumeister from comment #3)

Controlling nginx

http://nginx.org/en/docs/control.html
Comment 5 Dmitry Wagin 2021-10-19 21:11:20 UTC
ping
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-01-07 13:12:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7cdfb588b4ced018428ce752e88f24e919ceb1aa

commit 7cdfb588b4ced018428ce752e88f24e919ceb1aa
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-01-07 13:11:05 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-01-07 13:12:15 +0000

    www/nginx: add the ability to customize the stop signal

    PR:     254961
    Sponsored by:   Netzkommune GmbH

 www/nginx/Makefile       |  2 +-
 www/nginx/files/nginx.in | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)
Comment 7 Alex 2022-01-07 17:40:36 UTC
hello,

there's a typo on line 153 in

https://cgit.freebsd.org/ports/tree/www/nginx/files/nginx.in?id=7cdfb588b4ced018428ce752e88f24e919ceb1aa

thanks!