[or-cvs] torify should look in the /etc we configured it to look for

Roger Dingledine arma at seul.org
Tue Feb 17 04:28:50 UTC 2004


Update of /home/or/cvsroot/contrib
In directory moria.mit.edu:/home2/arma/work/onion/cvs/contrib

Added Files:
	torify.in 
Removed Files:
	torify 
Log Message:
torify should look in the /etc we configured it to look for


--- NEW FILE: torify.in ---
#! /bin/sh
# Wrapper script for use of the tsocks(8) transparent socksification library
# See the tsocks(1) and torify(1) manpages.

TSOCKS_CONF_FILE=@CONFDIR@/tor-tsocks.conf
export TSOCKS_CONF_FILE
exec tsocks "$@"

--- torify DELETED ---



More information about the tor-commits mailing list