Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 383969

Summary: net-proxy/tsocks manpage mentions TSOCKS_CONFFILE, but the program uses TSOCKS_CONF_FILE
Product: Gentoo Linux Reporter: Denilson Sá Maia <denilsonsa>
Component: Current packagesAssignee: Andrew Savchenko <bircoph>
Status: RESOLVED FIXED    
Severity: normal CC: bircoph
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://sourceforge.net/tracker/?func=detail&aid=1760995&group_id=17338&atid=117338
Whiteboard:
Package list:
Runtime testing required: ---

Description Denilson Sá Maia 2011-09-21 15:52:48 UTC
Steps to reproduce:
1. Find TSOCKS_CONFFILE in: man 8 tsocks
2. Find TSOCKS_CONF_FILE in: tsocks.c

There is an upstream bug report:
http://sourceforge.net/tracker/?func=detail&aid=1760995&group_id=17338&atid=117338

The fix is quite easy to do in the ebuild:

sed -i 's/TSOCKS_CONFFILE/TSOCKS_CONF_FILE/' tsocks.8

I'd suggest releasing a -r6 ebuild with that sed command.
Comment 1 Longpoke 2011-10-13 01:17:57 UTC
confirmed in net-proxy/tsocks-1.8_beta5-r5:0
Comment 2 Andrew Savchenko gentoo-dev 2015-01-09 17:06:32 UTC
Fixed in tsocks-1.8_beta5-r7.

Please note that now in order to use TSOCKS_CONF_FILE one have to set USE="envconf".