From owner-svn-ports-head@freebsd.org Thu Jun 21 12:39:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6027101D91F; Thu, 21 Jun 2018 12:39:00 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 765CA7AD03; Thu, 21 Jun 2018 12:39:00 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E19811CB7; Thu, 21 Jun 2018 12:39:00 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5LCcxUe086125; Thu, 21 Jun 2018 12:38:59 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5LCcxob086124; Thu, 21 Jun 2018 12:38:59 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201806211238.w5LCcxob086124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 21 Jun 2018 12:38:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472971 - in head/security/hitch: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/security/hitch: . files X-SVN-Commit-Revision: 472971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2018 12:39:00 -0000 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}