Bug 229981

Summary: sysutils/py-salt: salt_proxy startup script breaks PYTHON_EGG_CACHE config
Product: Ports & Packages Reporter: Nick Hilliard <nick>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed DUPLICATE    
Severity: Affects Some People CC: christer.edwards, ndowens04
Priority: --- Flags: bugzilla: maintainer-feedback? (christer.edwards)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix for salt_proxy startup problem none

Description Nick Hilliard 2018-07-23 14:45:08 UTC
Created attachment 195389 [details]
fix for salt_proxy startup problem

A recent upgrade to python has unearthed a problem with the salt_proxy startup script.  The script references ${salt_minion_paths} and ${salt_minion_eggcache}, but these are both undefined variables, which causes the script to fail.  Instead, the script should use ${salt_proxy_paths} and ${salt_proxy_eggcache}.

fix attached below.
Comment 1 Nathan 2018-08-26 06:42:37 UTC
I'm still getting that error with patch
Comment 2 Nick Hilliard 2019-03-04 13:03:08 UTC

*** This bug has been marked as a duplicate of bug 236184 ***