aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-07-17 01:24:51 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:38 -0700
commit2232cac825e4f8b53273d16154309278cf639e3c (patch)
treeb98b2c91f03de27769225929571986b99f1c72ca /udev.c
parentaf815f882dc196b1357f5be81cb00c8fe9c60670 (diff)
downloadudev-2232cac825e4f8b53273d16154309278cf639e3c.tar.gz
[PATCH] Initial namedev parsing of config files
.permission parsing works, .config needs more work.
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/udev.c b/udev.c
index de6b6565..bf170d16 100644
--- 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
*/