[or-cvs] Make the filename used in the script match the one we use.

Peter Palfrader weasel at seul.org
Tue Feb 17 00:51:00 UTC 2004


Update of /home/or/cvsroot/contrib
In directory moria.mit.edu:/tmp/cvs-serv20457

Modified Files:
	torify 
Added Files:
	tor-tsocks.conf 
Removed Files:
	tsocks-tor.conf 
Log Message:
Make the filename used in the script match the one we use.

--- NEW FILE: tor-tsocks.conf ---
# This is the configuration for libtsocks (transparent socks) for use
# with tor, which is providing a socks server on port 9050 by default.
#
# See tsocks.conf(5) and torify(1) manpages.

server = 127.0.0.1
server_port = 9050

Index: torify
===================================================================
RCS file: /home/or/cvsroot/contrib/torify,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- torify	17 Feb 2004 00:46:59 -0000	1.1
+++ torify	17 Feb 2004 00:50:57 -0000	1.2
@@ -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 "$@"

--- tsocks-tor.conf DELETED ---



More information about the tor-commits mailing list