Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 13:13:10 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500487 - in head/sysutils/py-salt: . files
Message-ID:  <201904301313.x3UDDAXI039639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Apr 30 13:13:10 2019
New Revision: 500487
URL: https://svnweb.freebsd.org/changeset/ports/500487

Log:
  sysutils/py-salt: Fix rc script
  
  PR:		236184
  Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)

Modified:
  head/sysutils/py-salt/Makefile   (contents, props changed)
  head/sysutils/py-salt/files/salt_proxy.in

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Tue Apr 30 13:03:52 2019	(r500486)
+++ head/sysutils/py-salt/Makefile	Tue Apr 30 13:13:10 2019	(r500487)
@@ -3,6 +3,7 @@
 
 PORTNAME=	salt
 PORTVERSION=	2019.2.0
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/sysutils/py-salt/files/salt_proxy.in
==============================================================================
--- head/sysutils/py-salt/files/salt_proxy.in	Tue Apr 30 13:03:52 2019	(r500486)
+++ head/sysutils/py-salt/files/salt_proxy.in	Tue Apr 30 13:13:10 2019	(r500487)
@@ -38,8 +38,8 @@ command_interpreter="%%PYTHON_CMD%%"
 required_files="%%PREFIX%%/etc/salt"
 command_args="-c ${required_files} -d"
 
-export PATH="${salt_minion_paths}"
-export PYTHON_EGG_CACHE="${salt_minion_eggcache}"
+export PATH="${salt_proxy_paths}"
+export PYTHON_EGG_CACHE="${salt_proxy_eggcache}"
 
 salt_proxy_start()
 {



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