Make the filename used in the script match the one we use.

svn:r1066
This commit is contained in:
Peter Palfrader
2004-02-17 00:50:57 +00:00
parent e4db876d15
commit 4b2cbf5747
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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 "$@"