Opened 7 years ago

Closed 7 years ago

#53517 closed defect (fixed)

tinyproxy @1.8.4: launchd script has small error, won't actually launch

Reported by: tsimmons (Toby Simmons) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: tinyproxy

Description

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:

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

to this:

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

Change History (2)

comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added
Owner: set to ryandesign
Status: newaccepted

Thanks.

comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In 977d87a4/macports-ports:

tinyproxy: Fix startupitem.executable

Closes: #53517

Note: See TracTickets for help on using tickets.