summaryrefslogtreecommitdiff
path: root/dev_d.c
AgeCommit message (Collapse)Author
2005-04-26[PATCH] dev_d.c file sorting and cleanupkay.sievers@vrfy.org
On Thu, Mar 25, 2004 at 02:52:13AM +0100, Kay Sievers wrote: > Please have look if it still works for you, I only did a very quick > test. Here is a unified version, with all the functions moved to udev_lib.c. We have a generic function now, to call a given fnct(char *) for every file ending with a specific suffix, sorted in lexical order. We use it to execute the dev.d/ files and read our rules.d/ files. The binary should be a bit smaller now. I've also changed it, to not do the dev.d/ exec for net devices.
2005-04-26[PATCH] actually have udev run files ending in .dev in the /etc/dev.d/ ↵greg@kroah.com
directory as documented.
2005-04-26[PATCH] add /etc/dev.d/ support for udev add and remove events.greg@kroah.com