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

Bug 480636

Summary: net-misc/dhcp-4.2.5_p1[client,ipv6] should RDEPEND on sys-apps/iproute2 and replace 'ip=/sbin/ip' to 'ip=/bin/ip' in /sbin/dhclient-script
Product: Gentoo Linux Reporter: cyberbat <cyberbat83>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description cyberbat 2013-08-11 15:42:02 UTC
We have a string
ip=/sbin/ip
on the 26th line of /sbin/dhclient-script which is incorrect cause iproute2 install ip to /bin/ip. And ${ip} is used only in "DHCPv6 Handlers" block which make net-misc/dhcp obviously RDEPEND on iproute2 only when using USE=ipv6.
Comment 1 SpanKY gentoo-dev 2013-09-28 11:50:49 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix path to iproute2 ip program
http://sources.gentoo.org/net-misc/dhcp/dhcp-4.2.5_p1-r1.ebuild?rev=1.1
http://sources.gentoo.org/net-misc/dhcp/files/dhcp-4.2.5-iproute2-path.patch?rev=1.1