Bug 254961

Summary: www/nginx: add the ability to customize the stop signal
Product: Ports & Packages Reporter: Dmitry Wagin <dmitry.wagin>
Component: Individual Port(s)Assignee: Jochen Neumeister <joneum>
Status: Closed FIXED    
Severity: Affects Only Me CC: chris, joneum, marcarianalexandru
Priority: --- Flags: dmitry.wagin: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
nginx.diff none

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!