summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-17 04:28:48 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-17 04:28:48 +0000
commitee49ce66b65b82409406b2b46493f6bf54b3eeda (patch)
tree3d84b337eada77057c82acc0e1ba7c47fca80f3b
parentcb34be367fd9722885d02fcaf65338a270478c08 (diff)
downloadtor-ee49ce66b65b82409406b2b46493f6bf54b3eeda.tar.gz
tor-ee49ce66b65b82409406b2b46493f6bf54b3eeda.zip
torify should look in the /etc we configured it to look for
svn:r1079
-rwxr-xr-xcontrib/torify.in (renamed from contrib/torify)2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torify b/contrib/torify.in
index 733cffc8f8..f9162a19fe 100755
--- a/contrib/torify
+++ b/contrib/torify.in
@@ -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 "$@"