Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-26 | store ENV{key}="value" exported keys in the database | Kay Sievers | |
Just like the IMPORT values are stored in the udev database the exported keys are stored in the udev database. The database is also imported on a remove event before the rules are matched. So it is possible to do: ACTION=="add", KERNEL=="sda", ENV{MY_DEVICE}="1234", RUN+="/bin/logger add $devpath" ACTION=="remove", ENV{MY_DEVICE}=="1234", RUN+="/bin/logger remove $devpath" Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-10 | split udev_util in several files | Kay Sievers | |
It too big for the small tools to link against for only the log function. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-22 | move code to its own files | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |