Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60075 - net-dialup/freeradius-0.9.3-r1 typo in use flag frnothreds
Summary: net-dialup/freeradius-0.9.3-r1 typo in use flag frnothreds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: Lowest normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 11:23 UTC by Hans-Christian Armingeon
Modified: 2004-09-20 05:11 UTC (History)
0 users

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 Hans-Christian Armingeon 2004-08-11 11:23:15 UTC
Steps to reproduce:
# emerge -pv freeradius
[...]
[ebuild  N    ] net-dialup/freeradius-0.9.3-r1  +frascend +frlargefiles -frnothreds +frxp +kerberos +ldap +mysql +pam +postgres +snmp +ssl  1,777 kB
[...]

Read the use flags: frnothreds . I think, that this should be frnothreads . An "a" is missing there.
See the ebuild:
        if use frnothreds; then
                myconf="${myconf} --without-threads"
        fi
The configure option is written with an "ea", but in the use flags, there is an a missing.

I know, this is cosmetical, but I it is a typo in my opinion.

Johnny
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-09-20 05:11:38 UTC
thx, fixed