Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498438 - net-dns/dnsmasq metadata.xml describes USE flag dhcp incorrectly
Summary: net-dns/dnsmasq metadata.xml describes USE flag dhcp incorrectly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal minor
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-18 06:14 UTC by Chapman Flack
Modified: 2014-08-22 17:38 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 Chapman Flack 2014-01-18 06:14:39 UTC
The metadata.xml for dnsmasq describes the dhcp USE flag like this:

<flag name='dhcp'>Enable support for reading ISC DHCPd lease files</flag>

There is no such support. There used to be, but dnsmasq's CHANGELOG says it went away for good in 2.46. What the dhcp USE flag does is turn on HAVE_DHCP which is defined, in config.h, only to control whether dnsmasq's own DHCPv4 server gets built. Nothing to do with reading ISC lease files at all.

Reproducible: Always

Steps to Reproduce:
Confirmable by reading metadata.xml, CHANGELOG, and src/config.h
Comment 1 Patrick McLean gentoo-dev 2014-08-22 17:38:01 UTC
This was fixed awhile ago.