From fd6baeb67527351cdc8af0a7c822ee06db052d27 Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Fri, 26 Aug 2016 19:46:24 +0000 Subject: [PATCH] consul: Add reload command to the rc.d script Submitted by: Andrew Fengler Reviewed by: matthew Approved by: swills (maintainer) Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D7487 --- sysutils/consul/Makefile | 1 + sysutils/consul/files/consul.in | 1 + 2 files changed, 2 insertions(+) diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 8dc417b309ef..1260491a7e37 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -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 diff --git a/sysutils/consul/files/consul.in b/sysutils/consul/files/consul.in index 189d5b4b8b2c..4f9ee004d0f4 100644 --- a/sysutils/consul/files/consul.in +++ b/sysutils/consul/files/consul.in @@ -24,6 +24,7 @@ name=consul rcvar=consul_enable +extra_commands="reload" load_rc_config $name