Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2017 16:42:14 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455660 - in head/security/hitch: . files
Message-ID:  <201712061642.vB6GgEpM003894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712061642.vB6GgEpM003894>