Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2018 12:38:59 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472971 - in head/security/hitch: . files
Message-ID:  <201806211238.w5LCcxob086124@repo.freebsd.org>

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



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