Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904758 - net-misc/netifrc-0.7.3-r1 doesn't account for busybox udhcpc
Summary: net-misc/netifrc-0.7.3-r1 doesn't account for busybox udhcpc
Status: RESOLVED DUPLICATE of bug 846488
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: netifrc Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-22 05:27 UTC by Alix
Modified: 2023-10-03 20:39 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 Alix 2023-04-22 05:27:44 UTC
dhcp USE flag was added in netifrc-0.7.3-r1, but ebuild does not consider sys-apps/busybox's udhcpc as possible dhcp client, which results pulling possibly unwanted net-misc/dhcpcd dependency in:

	dhcp? ( || ( net-misc/dhcpcd net-misc/dhcp[client] ) )"

On systems where udhcpc is used as dhcp client, this may lead to silent switch to dhcpcd if /etc/conf.d/net doesn't have modules="udhcpc" defined, and that may cause unexpected breakage.

Reproducible: Always
Comment 1 Patrick McLean gentoo-dev 2023-10-03 20:39:51 UTC

*** This bug has been marked as a duplicate of bug 846488 ***