Bug 254962

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

Description Dmitry Wagin 2021-04-10 21:21:04 UTC
Created attachment 224003 [details]
nginx-devel.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:45:54 UTC
ping
Comment 2 Dmitry Wagin 2021-07-30 13:10:45 UTC
maintainer timeout
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-05 22:31:34 UTC
A commit in branch main references this bug:

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

commit c42df2fcbbeccbfb2d57f4d6d7558493d512d732
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2022-01-05 22:29:32 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2022-01-05 22:30:52 +0000

    www/nginx-devel: able to customize the stop signal

    Bump PORTREVISION.

    PR:     254962

 www/nginx-devel/Makefile       |  2 +-
 www/nginx-devel/files/nginx.in | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)
Comment 4 Sergey A. Osokin freebsd_committer freebsd_triage 2022-01-05 22:32:06 UTC
Committed with some modifications, thanks for the report!
Comment 5 Dmitry Wagin 2022-01-05 22:50:45 UTC
(In reply to Sergey A. Osokin from comment #4)
A typo in the comment must be:
# nginx_sig_stop (str):		Default to "TERM"