Skip to content

Commit

Permalink
comment the 'edge case' where udevd is alive
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed May 8, 2011
1 parent 45d23b2 commit fc034a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.c
Expand Up @@ -746,7 +746,8 @@ static int set_init(void) { /* {{{ */
static void kill_udev(void) { /* {{{ */
/* pid = 0 : we never attempted to start udev
* pid = -1 : udev fork failed
* pid = 1 : udev died at some point */
* pid = 1 : udev died at some point
* pid > 1 : udevd is alive! */

if (udevpid <= 0) {
return;
Expand Down

0 comments on commit fc034a4

Please sign in to comment.