svn commit: r420942 - in head/sysutils/consul: . files

Allan Jude allanjude at FreeBSD.org
Fri Aug 26 19:46:26 UTC 2016


Author: allanjude (src,doc committer)
Date: Fri Aug 26 19:46:24 2016
New Revision: 420942
URL: https://svnweb.freebsd.org/changeset/ports/420942

Log:
  consul: Add reload command to the rc.d script
  
  Submitted by:	Andrew Fengler <andrew.fengler at scaleengine.com>
  Reviewed by:	matthew
  Approved by:	swills (maintainer)
  Sponsored by:	ScaleEngine Inc.
  Differential Revision:	https://reviews.freebsd.org/D7487

Modified:
  head/sysutils/consul/Makefile
  head/sysutils/consul/files/consul.in

Modified: head/sysutils/consul/Makefile
==============================================================================
--- head/sysutils/consul/Makefile	Fri Aug 26 19:44:57 2016	(r420941)
+++ head/sysutils/consul/Makefile	Fri Aug 26 19:46:24 2016	(r420942)
@@ -2,6 +2,7 @@
 
 PORTNAME=	consul
 PORTVERSION=	0.6.4
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 MASTER_SITES=	https://releases.hashicorp.com/consul/${PORTVERSION}/:web_ui

Modified: head/sysutils/consul/files/consul.in
==============================================================================
--- head/sysutils/consul/files/consul.in	Fri Aug 26 19:44:57 2016	(r420941)
+++ head/sysutils/consul/files/consul.in	Fri Aug 26 19:46:24 2016	(r420942)
@@ -24,6 +24,7 @@
 
 name=consul
 rcvar=consul_enable
+extra_commands="reload"
 
 load_rc_config $name
 


More information about the svn-ports-all mailing list