From 78e21e3ed4a038a8aa358eb109b6029ca9c3cdd1 Mon Sep 17 00:00:00 2001 From: Greg KH Date: Thu, 14 Jul 2005 15:19:37 -0700 Subject: [PATCH] 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 --- extras/run_directory/run_directory.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 extras/run_directory/run_directory.h 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); + -- 2.30.2