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:
parent
e7093d3d81
commit
c52a7d7031
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455660
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= hitch
|
||||
PORTVERSION= 1.4.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://hitch-tls.org/source/ \
|
||||
ZI
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user