Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too

Note, this assumes that you are putting your device nodes in /dev/, the
better thing to do is use the RUN= rule and not rely on this program at all.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg KH 2005-07-14 15:19:37 -07:00 committed by Greg Kroah-Hartman
parent 39e54555a9
commit 78e21e3ed4

View File

@ -0,0 +1,3 @@
extern int run_directory(const char *dir, const char *suffix, const char *subsystem);