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

Ryan Steinmetz zi at FreeBSD.org
Thu Jun 21 12:39:00 UTC 2018


Author: zi
Date: Thu Jun 21 12:38:59 2018
New Revision: 472971
URL: https://svnweb.freebsd.org/changeset/ports/472971

Log:
  - Fix alternate user support

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

Modified: head/security/hitch/Makefile
==============================================================================
--- head/security/hitch/Makefile	Thu Jun 21 11:06:10 2018	(r472970)
+++ head/security/hitch/Makefile	Thu Jun 21 12:38:59 2018	(r472971)
@@ -3,6 +3,7 @@
 
 PORTNAME=		hitch
 PORTVERSION=		1.4.8
+PORTREVISION=		1
 CATEGORIES=		security
 MASTER_SITES=		http://hitch-tls.org/source/ \
 			ZI

Modified: head/security/hitch/files/hitch.in
==============================================================================
--- head/security/hitch/files/hitch.in	Thu Jun 21 11:06:10 2018	(r472970)
+++ head/security/hitch/files/hitch.in	Thu Jun 21 12:38:59 2018	(r472971)
@@ -30,11 +30,11 @@ load_rc_config $name
 
 : ${hitch_enable="NO"}
 : ${hitch_config="%%PREFIX%%/etc/hitch.conf"}
-: ${hitch_user:=nobody}
-: ${hitch_group:=nobody}
+: ${hitch_huser:=nobody}
+: ${hitch_hgroup:=nobody}
 
 command="%%PREFIX%%/sbin/hitch"
-command_args="--daemon -u ${hitch_user} -g ${hitch_group} -s --config=${hitch_config}"
+command_args="--daemon -u ${hitch_huser} -g ${hitch_hgroup} -s --config=${hitch_config}"
 extra_commands=reload
 
 required_files=${hitch_config}


More information about the svn-ports-all mailing list