Bug 254962 - www/nginx-devel: add the ability to customize the stop signal
Summary: www/nginx-devel: 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: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-10 21:21 UTC by Dmitry Wagin
Modified: 2022-01-05 22:50 UTC (History)
0 users

See Also:
dmitry.wagin: maintainer-feedback-


Attachments
nginx-devel.diff (755 bytes, patch)
2021-04-10 21:21 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: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"