[Bug 229981] sysutils/py-salt: salt_proxy startup script breaks PYTHON_EGG_CACHE config

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 23 14:45:11 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229981

            Bug ID: 229981
           Summary: sysutils/py-salt: salt_proxy startup script breaks
                    PYTHON_EGG_CACHE config
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: nick at foobar.org
                CC: christer.edwards at gmail.com
             Flags: maintainer-feedback?(christer.edwards at gmail.com)
                CC: christer.edwards at gmail.com

Created attachment 195389
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195389&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list