Systemd/test
kay.sievers@vrfy.org 9f1da36138 [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]
2005-04-26 21:13:05 -07:00
..
sys [PATCH] add more sysfs test tree files. 2005-04-26 21:06:23 -07:00
label_test [PATCH] fix up the tests to support the rules file name change 2005-04-26 21:13:05 -07:00
label_test.rules [PATCH] add support for a main udev config file, udev.conf. 2005-04-26 21:13:05 -07:00
modifier_test [PATCH] fix up the tests to support the rules file name change 2005-04-26 21:13:05 -07:00
modifier_test.rules [PATCH] add support for a main udev config file, udev.conf. 2005-04-26 21:13:05 -07:00
replace_test [PATCH] fix up the tests to support the rules file name change 2005-04-26 21:13:05 -07:00
replace_test.rules [PATCH] add support for a main udev config file, udev.conf. 2005-04-26 21:13:05 -07:00
test.all [PATCH] fix the test.block and test.tty scripts due to their moveing. Also add a test.all script. 2005-04-26 21:13:02 -07:00
test.block [PATCH] fix the test.block and test.tty scripts due to their moveing. Also add a test.all script. 2005-04-26 21:13:02 -07:00
test.tty [PATCH] fix the test.block and test.tty scripts due to their moveing. Also add a test.all script. 2005-04-26 21:13:02 -07:00
topo_test [PATCH] fix up the tests to support the rules file name change 2005-04-26 21:13:05 -07:00
topo_test.rules [PATCH] add support for a main udev config file, udev.conf. 2005-04-26 21:13:05 -07:00
udev-test.pl [PATCH] pattern matching for namedev 2005-04-26 21:13:05 -07:00
udev.permissions [PATCH] add real udev.permissions file to test directory. 2005-04-26 21:06:25 -07:00