[tor-bugs] #1989 [Tor bundles/installation]: Tor in OS X bundle uses wrong path for geoip file
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Sun Oct 24 20:51:11 UTC 2010
#1989: Tor in OS X bundle uses wrong path for geoip file
--------------------------------------+-------------------------------------
Reporter: Tas | Owner: erinn
Type: defect | Status: assigned
Priority: normal | Milestone: Tor: 0.2.2.x-final
Component: Tor bundles/installation | Version: Tor: 0.2.2.15-alpha
Keywords: help | Parent:
--------------------------------------+-------------------------------------
Changes (by erinn):
* keywords: => help
Comment:
I think this is a bug in Tor's configure. We special-case Windows and we
might need to special-case OSX as well, at least now. in src/or/config.c
(258) we have:
{{{
#ifdef WIN32
V(GeoIPFile, FILENAME, "<default>"),
#else
V(GeoIPFile, FILENAME,
SHARE_DATADIR PATH_SEPARATOR "tor" PATH_SEPARATOR "geoip"),
}}}
Nick or Sebastian, could you comment on this? This seems like more than a
simple packaging fix.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/1989#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list