From 4b2cbf5747a314bf33763d531e9bdf2a0b879acf Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 17 Feb 2004 00:50:57 +0000 Subject: [PATCH] Make the filename used in the script match the one we use. svn:r1066 --- trunk/contrib/{tsocks-tor.conf => tor-tsocks.conf} | 0 trunk/contrib/torify | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename trunk/contrib/{tsocks-tor.conf => tor-tsocks.conf} (100%) diff --git a/trunk/contrib/tsocks-tor.conf b/trunk/contrib/tor-tsocks.conf similarity index 100% rename from trunk/contrib/tsocks-tor.conf rename to trunk/contrib/tor-tsocks.conf diff --git a/trunk/contrib/torify b/trunk/contrib/torify index fd88545245..733cffc8f8 100755 --- a/trunk/contrib/torify +++ b/trunk/contrib/torify @@ -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/tsocks.conf +TSOCKS_CONF_FILE=/etc/tor/tor-tsocks.conf export TSOCKS_CONF_FILE exec tsocks "$@"