Bug 224391 - Update port: textproc/consul-template Fix rc script stop signal
Summary: Update port: textproc/consul-template Fix rc script 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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-17 00:47 UTC by Douglas Thrift
Modified: 2017-12-17 21:05 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (swills)


Attachments
textproc/consul-template-0.19.4_1.diff (790 bytes, patch)
2017-12-17 00:47 UTC, Douglas Thrift
douglas: maintainer-approval? (swills)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2017-12-17 00:47:16 UTC
Created attachment 188900 [details]
textproc/consul-template-0.19.4_1.diff

It appears that at some point consul-template stopped responding to SIGTERM causing the rc script to no longer stop the service in a timely manner. It appears that it only responds to SIGINT now so I have updated the rc script to use that.

portlint: OK (looks fine.)
testport: OK (poudriere: 103i386, 103amd64, 111i386, 111amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-12-17 21:05:40 UTC
A commit references this bug:

Author: swills
Date: Sun Dec 17 21:04:49 UTC 2017
New revision: 456563
URL: https://svnweb.freebsd.org/changeset/ports/456563

Log:
  textproc/consul-template Fix rc script stop signal

  PR:		224391
  Submitted by:	Douglas Thrift <douglas@douglasthrift.net>

Changes:
  head/textproc/consul-template/Makefile
  head/textproc/consul-template/files/consul-template.in
Comment 2 Steve Wills freebsd_committer freebsd_triage 2017-12-17 21:05:59 UTC
Committed, thanks!