Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383969 - net-proxy/tsocks manpage mentions TSOCKS_CONFFILE, but the program uses TSOCKS_CONF_FILE
Summary: net-proxy/tsocks manpage mentions TSOCKS_CONFFILE, but the program uses TSOCK...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL: http://sourceforge.net/tracker/?func=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 15:52 UTC by Denilson Sá Maia
Modified: 2015-01-09 17:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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".