Opened 8 years ago
Closed 8 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 8 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Owner: | set to ryandesign |
Status: | new → accepted |
comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Thanks.