1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

security/hitch: Add reload command to rc script

Hitch properly handles SIGHUP

MFH:		2017Q4
This commit is contained in:
Mark Felder 2017-12-06 16:42:14 +00:00
parent e7093d3d81
commit c52a7d7031
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455660
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= hitch
PORTVERSION= 1.4.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://hitch-tls.org/source/ \
ZI

View File

@ -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"