From: Greg KH Date: Thu, 14 Jul 2005 22:19:37 +0000 (-0700) Subject: Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too X-Git-Tag: 064~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=78e21e3ed4a038a8aa358eb109b6029ca9c3cdd1;hp=39e54555a961fa6c4c8e7d260a0e208439dc0cfa 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 --- diff --git a/extras/run_directory/run_directory.h b/extras/run_directory/run_directory.h new file mode 100644 index 000000000..edb46ddd7 --- /dev/null +++ b/extras/run_directory/run_directory.h @@ -0,0 +1,3 @@ + +extern int run_directory(const char *dir, const char *suffix, const char *subsystem); +