Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122901 - udev rule for cowloop-2.15-r1 only matches against the numbers 0-9
Summary: udev rule for cowloop-2.15-r1 only matches against the numbers 0-9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-15 04:02 UTC by Magnus
Modified: 2006-02-18 15:18 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 Magnus 2006-02-15 04:02:20 UTC
Since cowloop is supporting more than 10, lets raise it :)

Old rule:          'KERNEL=="cowloop[0-9]"  NAME="cow/%n"
Proposed new rule: 'KERNEL=="cowloop[0-9][0-9]*"  NAME="cow/%n"'
Comment 1 Magnus 2006-02-15 04:49:11 UTC
Turns out my proposed fix doesnt match against numbers lower than 10 this time :)
Made mistake of not reading the man page for udev very good. Sorry for that.
This works...tested against numbers below and above 10 :).....
'KERNEL=="cowloop[0-9]*"  NAME="cow/%n"'
Comment 2 Daniel Black (RETIRED) gentoo-dev 2006-02-18 15:18:57 UTC
fixed in cowloop-2.15-r1.ebuild.

Thanks for the bug report and solution.