From ee49ce66b65b82409406b2b46493f6bf54b3eeda Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 17 Feb 2004 04:28:48 +0000 Subject: [PATCH] torify should look in the /etc we configured it to look for svn:r1079 --- contrib/{torify => torify.in} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename contrib/{torify => torify.in} (80%) diff --git a/contrib/torify b/contrib/torify.in similarity index 80% rename from contrib/torify rename to 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 "$@"