Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287806 - net-print/hplip-3.9.8 different order of udef rules
Summary: net-print/hplip-3.9.8 different order of udef rules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Denis Dupeyron (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-05 19:09 UTC by Oldrich Jedlicka
Modified: 2009-10-15 08:56 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
hplip-3.9.8-r1.ebuild that fixes the order of udev rules (hplip-3.9.8-r1.ebuild,6.80 KB, text/plain)
2009-10-05 19:10 UTC, Oldrich Jedlicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oldrich Jedlicka 2009-10-05 19:09:01 UTC
As I wrote in bug #275682 (too late probably), the new ebuild changes the udev rules order.

The old ebuild installs 70-hpmud and 71-hpmud_support. The new ebuild installs 70-hplip and 56-hpmud_support.

I'm not sure about the consequences, but I think it is good to retain the rules order.
Comment 1 Oldrich Jedlicka 2009-10-05 19:10:03 UTC
Created attachment 206166 [details]
hplip-3.9.8-r1.ebuild that fixes the order of udev rules
Comment 2 Daniel Pielmeier gentoo-dev 2009-10-14 22:13:56 UTC
I think the renaming of the udev rules is no longer necessary because the responsible rules file 65-permissions.rules does not exist anymore, thus I have removed this part of the ebuild completely in hplip-3.9.8-r2. It looks as if newer udev versions are setting the permissions to user lp and group lp anyway, so nothing gets overwritten.
Comment 3 Oldrich Jedlicka 2009-10-15 06:47:26 UTC
Works for me, thanks! Feel free to close the bug.
Comment 4 Daniel Pielmeier gentoo-dev 2009-10-15 08:56:09 UTC
Closing. If the rules still need renaming for other reasons, we will rename all of them as suggested.