[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] torify should look in the /etc we configured it to look for
- To: or-cvs@freehaven.net
- Subject: [or-cvs] torify should look in the /etc we configured it to look for
- From: arma@seul.org (Roger Dingledine)
- Date: Mon, 16 Feb 2004 23:28:50 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 16 Feb 2004 23:29:07 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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 ---