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

Bug 452686

Summary: sys-fs/eudev-1_beta1-r2 should no longer use /usr/lib/udev for rules.d/40-gentoo.rules
Product: Gentoo Linux Reporter: Derk W te Bokkel <derk.tebokkel>
Component: [OLD] Core systemAssignee: eudev team <eudev>
Status: RESOLVED FIXED    
Severity: normal CC: alonbl, axs, blueness, chainsaw, klondike, prometheanfire, ryao
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Derk W te Bokkel 2013-01-17 15:56:58 UTC
as per ebuild inside src_intall ()


	# install gentoo-specific rules
	insinto /usr/lib/udev/rules.d
	doins "${FILESDIR}"/40-gentoo.rules


should this not be changed as everything else has or is being moved



Reproducible: Always
Comment 1 Ian Stakenvicius (RETIRED) gentoo-dev 2013-01-17 16:09:36 UTC
Yes, it should.

Eudev-1_beta1 reads rules from both /lib/udev and /usr/lib/udev , so functionality has not been lost.  However, the path will be adjusted for the beta2 release.
Comment 2 Anthony Basile gentoo-dev 2013-01-21 14:24:14 UTC
This is technically invalid for eudev-1_beta1, but let's leave the bug open as a reminder for beta2.
Comment 3 Derk W te Bokkel 2013-01-23 01:51:43 UTC
fixed in eudev-1_beta2 just released