Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348704 - net-misc/modemmanager installing udev rules in wrong location
Summary: net-misc/modemmanager installing udev rules in wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robert Piasek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 12:22 UTC by Ben Sagal
Modified: 2012-04-06 15:17 UTC (History)
2 users (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 Ben Sagal 2010-12-14 12:22:10 UTC
udev looks for rules in 2 locations /etc/udev/rules.d/ and /lib/udev/rules.d/.
system defined rules are supposed to be installed in /lib/udev/rules.d/ and not
in etc, however modemmanager installs the rules into /etc/udev/rules.d/.

this should be fixable by replacing the line (in the ebuild):
                --with-udev-base-dir=/etc/udev/
with:
                --with-udev-base-dir=/$(get_libdir)/udev/
Comment 1 Pacho Ramos gentoo-dev 2012-04-06 15:17:41 UTC
modemmanager-0.5.2.0 installs them at proper location