[MacPorts] #53517: tinyproxy @1.8.4: launchd script has small error, won't actually launch

MacPorts noreply at macports.org
Wed Feb 8 19:15:34 UTC 2017


#53517: tinyproxy @1.8.4: launchd script has small error, won't actually launch
----------------------+-----------------------
 Reporter:  tsimmons  |      Owner:
     Type:  defect    |     Status:  new
 Priority:  Normal    |  Milestone:
Component:  ports     |    Version:
 Keywords:            |       Port:  tinyproxy
----------------------+-----------------------
 Looks like the launchd script that is created by default won't really work
 because the -c parameter is missing "/etc/" after {prefix}.

 In otherwords, line 56 of the Portfile should be changed from this:

    {{{#!tcl
     startupitem.executable  ${prefix}/sbin/tinyproxy -c
 ${prefix}/tinyproxy.conf -d
    }}}

 to this:

    {{{#!tcl
     startupitem.executable  ${prefix}/sbin/tinyproxy -c
 ${prefix}/etc/tinyproxy.conf -d
    }}}

--
Ticket URL: <https://trac.macports.org/ticket/53517>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list