torify should look in the /etc we configured it to look for

svn:r1079
This commit is contained in:
Roger Dingledine 2004-02-17 04:28:48 +00:00
parent cb34be367f
commit ee49ce66b6
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
# Wrapper script for use of the tsocks(8) transparent socksification library
# See the tsocks(1) and torify(1) manpages.
TSOCKS_CONF_FILE=/etc/tor/tor-tsocks.conf
TSOCKS_CONF_FILE=@CONFDIR@/tor-tsocks.conf
export TSOCKS_CONF_FILE
exec tsocks "$@"