Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309751 - sys-auth/thinkfinger-0.3-r1 uses obsolete SYSFS{} in udev rules
Summary: sys-auth/thinkfinger-0.3-r1 uses obsolete SYSFS{} in udev rules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 12:52 UTC by mephinet
Modified: 2010-04-11 15:32 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 mephinet 2010-03-16 12:52:43 UTC
With sys-auth/thinkfinger-0.3-r1 (and -r2 of bug #298459 for that matter), sys-fs/udev-149 reports while booting:

[udevd] SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/60-thinkfinger.rules:13_

The offending line reads:

SYSFS{idVendor}=="0483", SYSFS{idProduct}=="2016", SYMLINK+="input/thinkfinger-%k", MODE="0660", GROUP="fingerprint"
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-03-23 18:01:59 UTC
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="2016", SYMLINK+="input/thinkfinger-%k", MODE="0660", GROUP="fingerprint"

seams to fix it. don't forget http://bugs.gentoo.org/show_bug.cgi?id=298459
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2010-04-11 15:32:17 UTC
+*thinkfinger-0.3-r2 (11 Apr 2010)
+
+  11 Apr 2010; <chainsaw@gentoo.org> +files/0.3-send-sync-event.patch,
+  -thinkfinger-0.2.2-r1.ebuild, -thinkfinger-0.3.ebuild,
+  files/60-thinkfinger.rules, -thinkfinger-0.3-r1.ebuild,
+  +thinkfinger-0.3-r2.ebuild:
+  Revision bump by Víctor Enríquez Miguel. Patches from mephinet & Michael
+  Weber close bug #298459. Patch from Michael Weber closes bug #309751.