chiark / gitweb /
Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
authorGreg KH <gregkh@suse.de>
Thu, 14 Jul 2005 22:19:37 +0000 (15:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Jul 2005 22:19:37 +0000 (15:19 -0700)
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>
extras/run_directory/run_directory.h [new file with mode: 0644]

diff --git a/extras/run_directory/run_directory.h b/extras/run_directory/run_directory.h
new file mode 100644 (file)
index 0000000..edb46dd
--- /dev/null
@@ -0,0 +1,3 @@
+
+extern int run_directory(const char *dir, const char *suffix, const char *subsystem);
+