diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2003-12-03 06:22:53 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:05 -0700 |
commit | 9f1da3613897346b6a45e1f7a706d2315bc0f420 (patch) | |
tree | fceae25269b8a8b2ffe19c74700a9166e0810197 /Makefile | |
parent | 4865de442901cefebb7be889aa61233d8777b413 (diff) |
[PATCH] pattern matching for namedev
As promised yesterday, here is a patch to implement a more advanced
pattern matching instead of the simple '*'.
We can remove the "tty"="tty" line from udev.rules now and
replace "tty*" by "tty[0-9]*" to catch only the vc's.
implement pattern matching in namedev
'*' - to match zero or more chars
'?' - to match exactly one char
'[]' - character classes with ranges '[0-9]'and negation [!A]
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions