Skip to content

Commit

Permalink
add missing udev msg
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Apr 18, 2011
1 parent 2567d96 commit 3664974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.c
Expand Up @@ -373,6 +373,8 @@ static void load_early_modules(void) { /* {{{ */

static void trigger_udev_events(void) { /* {{{ */
char *argv[] = { "/sbin/udevadm", "trigger", "--action=add", NULL };

msg("triggering udev events...\n");
forkexecwait(argv);
} /* }}} */

Expand Down

0 comments on commit 3664974

Please sign in to comment.