Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2017 21:04:49 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456563 - in head/textproc/consul-template: . files
Message-ID:  <201712172104.vBHL4nMX097117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Dec 17 21:04:49 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>

Modified:
  head/textproc/consul-template/Makefile
  head/textproc/consul-template/files/consul-template.in

Modified: head/textproc/consul-template/Makefile
==============================================================================
--- head/textproc/consul-template/Makefile	Sun Dec 17 21:01:03 2017	(r456562)
+++ head/textproc/consul-template/Makefile	Sun Dec 17 21:04:49 2017	(r456563)
@@ -4,6 +4,7 @@
 PORTNAME=	consul-template
 PORTVERSION=	0.19.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	swills@FreeBSD.org

Modified: head/textproc/consul-template/files/consul-template.in
==============================================================================
--- head/textproc/consul-template/files/consul-template.in	Sun Dec 17 21:01:03 2017	(r456562)
+++ head/textproc/consul-template/files/consul-template.in	Sun Dec 17 21:04:49 2017	(r456563)
@@ -37,6 +37,7 @@ pidfile=/var/run/consul-template.pid
 procname="%%PREFIX%%/bin/consul-template"
 command="/usr/sbin/daemon"
 command_args="-f -p ${pidfile} /usr/bin/env ${consul_template_env} ${procname} -config=%%PREFIX%%/etc/consul-template.d ${consul_template_args}"
+sig_stop="INT"
 
 start_precmd=consul_template_startprecmd
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712172104.vBHL4nMX097117>