]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make the filename used in the script match the one we use.
authorPeter Palfrader <peter@palfrader.org>
Tue, 17 Feb 2004 00:50:57 +0000 (00:50 +0000)
committerPeter Palfrader <peter@palfrader.org>
Tue, 17 Feb 2004 00:50:57 +0000 (00:50 +0000)
svn:r1066

contrib/tor-tsocks.conf [moved from contrib/tsocks-tor.conf with 100% similarity]
contrib/torify

index fd88545245d78389c53b3446371b9832053efdd2..733cffc8f89b83201dd80496c37d294d6a7cb5fe 100755 (executable)
@@ -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 "$@"