Scott Rotondo wrote: >> Deliverables >> ------------ >> /usr/bin/tor SFW Uncommitted >> /usr/bin/tor-resolve SFW Uncommitted >> /usr/bin/tor-gencert SFW Uncommitted >> >> /etc/security/torrc.sample SFW Uncommitted >> /usr/share/tor/geoip SFW Uncommitted >> >> /usr/man/man1/tor.1 SFW Uncommitted >> /usr/man/man1/tor-resolve.1 SFW Uncommitted >> /usr/man/man1/tor-gencert.1 SFW Uncommitted >> > > /etc/security doesn't seem like an appropriate place for Tor's > configuration file. Why not put it in /etc/privoxy as it would be on > other Linux/UNIX systems? > > Scott >
On Linux systems it is in /usr/local/etc/tor - that's the default install location. I put it in /etc/security since it is a security-related config file. -w