svn commit: r455660 - in head/security/hitch: . files

Mark Felder feld at FreeBSD.org
Wed Dec 6 16:42:15 UTC 2017


Author: feld
Date: Wed Dec  6 16:42:14 2017
New Revision: 455660
URL: https://svnweb.freebsd.org/changeset/ports/455660

Log:
  security/hitch: Add reload command to rc script
  
  Hitch properly handles SIGHUP
  
  MFH:		2017Q4

Modified:
  head/security/hitch/Makefile
  head/security/hitch/files/hitch.in

Modified: head/security/hitch/Makefile
==============================================================================
--- head/security/hitch/Makefile	Wed Dec  6 16:41:15 2017	(r455659)
+++ head/security/hitch/Makefile	Wed Dec  6 16:42:14 2017	(r455660)
@@ -3,7 +3,7 @@
 
 PORTNAME=		hitch
 PORTVERSION=		1.4.6
-PORTREVISION=		2
+PORTREVISION=		3
 CATEGORIES=		security
 MASTER_SITES=		http://hitch-tls.org/source/ \
 			ZI

Modified: head/security/hitch/files/hitch.in
==============================================================================
--- head/security/hitch/files/hitch.in	Wed Dec  6 16:41:15 2017	(r455659)
+++ head/security/hitch/files/hitch.in	Wed Dec  6 16:42:14 2017	(r455660)
@@ -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"


More information about the svn-ports-head mailing list