Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138532 - 10-lirc.rules needs to be updated to support udev 94
Summary: 10-lirc.rules needs to be updated to support udev 94
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matthias Schwarzott
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 15:07 UTC by James Wells
Modified: 2006-06-30 09:19 UTC (History)
0 users

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 James Wells 2006-06-29 15:07:36 UTC
With the release of udev 94, the rule parsing engine has become a bit more strict.  The effect is that rules now use single equal signs (=) for assignment only, and double equal signs (==) for comparison.  10-lirc.rules still uses a sngle quote for a comparison.  Existing rule looks like;
KERNEL="lirc[0-9]*",   NAME="lirc/%n"

And needs to be changed to;
KERNEL=="lirc[0-9]*",   NAME="lirc/%n"
Comment 1 Matthias Schwarzott gentoo-dev 2006-06-30 09:19:48 UTC
Fixed in ebuilds lirc-0.8.0-r1 and lirc-0.8.0-r3.