Opened 15 years ago
Closed 15 years ago
#22147 closed defect (fixed)
Variable in script need to be updated for MacPorts
Reported by: | Damien@… | Owned by: | boeyms@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | tor-devel |
Description
torify fails to run because it uses a variable with wrong content: it needs the MacPorts prefix path.
$ torify elinks http://www.whatismyip.com/automation/n09230945.asp /opt/local/bin/torify: Missing tsocks configuration file "/etc/tor/tor-tsocks.conf". $ grep "/etc" /opt/local/bin/torify TSOCKS_CONF_FILE="/etc/tor/tor-tsocks.conf"
TSOCKS_CONF_FILE should be patched for being "/opt/local/etc/tor/tor-tsocks.conf"
Change History (2)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Keywords: | script variable removed |
---|---|
Owner: | changed from macports-tickets@… to boeyms@… |
comment:2 Changed 15 years ago by boeyms@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r66317.