소스 검색

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

svn:r1066
Peter Palfrader 21 년 전
부모
커밋
153d198a4d
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      contrib/tor-tsocks.conf
  2. 1 1
      contrib/torify

+ 0 - 0
contrib/tsocks-tor.conf → contrib/tor-tsocks.conf


+ 1 - 1
contrib/torify

@@ -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 "$@"