svn commit: r456563 - in head/textproc/consul-template: . files

Steve Wills swills at FreeBSD.org
Sun Dec 17 21:04:50 UTC 2017


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 at 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 at 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
 


More information about the svn-ports-all mailing list