Quellcode durchsuchen

torify should look in the /etc we configured it to look for

svn:r1079
Roger Dingledine vor 20 Jahren
Ursprung
Commit
ee49ce66b6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      contrib/torify.in

+ 1 - 1
contrib/torify → contrib/torify.in

@@ -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/tor-tsocks.conf
+TSOCKS_CONF_FILE=@CONFDIR@/tor-tsocks.conf
 export TSOCKS_CONF_FILE
 exec tsocks "$@"