sysutils/py-salt: Fix rc script
PR: 236184 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
This commit is contained in:
parent
8f3511f8fe
commit
9f06561445
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500487
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= salt
|
||||
PORTVERSION= 2019.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue