chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] Initial namedev parsing of config files
[elogind.git]
/
udev.c
diff --git
a/udev.c
b/udev.c
index
de6b656
..
bf170d1
100644
(file)
--- a/
udev.c
+++ b/
udev.c
@@
-30,6
+30,7
@@
#include "udev.h"
#include "udev_version.h"
+#include "namedev.h"
static char *get_action(void)
@@
-262,6
+263,8
@@
int main(int argc, char *argv[])
goto exit;
}
+ namedev_init();
+
/* sleep for a second or two to give the kernel a chance to
* create the dev file
*/