aboutsummaryrefslogtreecommitdiff
path: root/security/hitch
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-12-06 16:42:14 +0000
committerMark Felder <feld@FreeBSD.org>2017-12-06 16:42:14 +0000
commitc52a7d703134b93013b10bb72941d24ca34ea4e9 (patch)
treee681bca45079a9c730069988a5222a1a9f0dd904 /security/hitch
parente7093d3d810a3bd9216d554b823caa45df389d1f (diff)
downloadports-c52a7d703134b93013b10bb72941d24ca34ea4e9.tar.gz
ports-c52a7d703134b93013b10bb72941d24ca34ea4e9.zip
security/hitch: Add reload command to rc script
Hitch properly handles SIGHUP MFH: 2017Q4
Notes
Notes: svn path=/head/; revision=455660
Diffstat (limited to 'security/hitch')
-rw-r--r--security/hitch/Makefile2
-rw-r--r--security/hitch/files/hitch.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/security/hitch/Makefile b/security/hitch/Makefile
index 153852a88ea0..59ae9572bb23 100644
--- a/security/hitch/Makefile
+++ b/security/hitch/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hitch
PORTVERSION= 1.4.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://hitch-tls.org/source/ \
ZI
diff --git a/security/hitch/files/hitch.in b/security/hitch/files/hitch.in
index 8b6d472ad8d3..7abb8f4655f4 100644
--- a/security/hitch/files/hitch.in
+++ b/security/hitch/files/hitch.in
@@ -33,6 +33,7 @@ load_rc_config $name
command="%%PREFIX%%/sbin/hitch"
command_args="--daemon -u nobody -g nobody -s --config=${hitch_config}"
+extra_commands=reload
required_files=${hitch_config}
run_rc_command "$1"