Skip to content

Commit

Permalink
udev best be comin down, yo
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Apr 19, 2011
1 parent ee2af86 commit 8e83f11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.c
Expand Up @@ -562,6 +562,11 @@ static void kill_udev(pid_t pid) { /* {{{ */
kill(pid, SIGTERM); kill(pid, SIGTERM);
} }


/* bitch, please */
if (access(exe, F_OK) == 0) {
kill(pid, SIGKILL);
}

free(exe); free(exe);
} /*}}}*/ } /*}}}*/


Expand Down

0 comments on commit 8e83f11

Please sign in to comment.