From 153d198a4db6eb762be557a10f2d69cb50df9004 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 --- contrib/{tsocks-tor.conf => tor-tsocks.conf} | 0 contrib/torify | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename contrib/{tsocks-tor.conf => tor-tsocks.conf} (100%) diff --git a/contrib/tsocks-tor.conf b/contrib/tor-tsocks.conf similarity index 100% rename from contrib/tsocks-tor.conf rename to contrib/tor-tsocks.conf diff --git a/contrib/torify b/contrib/torify index fd88545245..733cffc8f8 100755 --- a/contrib/torify +++ b/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 "$@" -- 2.47.3