On Oct 20, Horms <[EMAIL PROTECTED]> wrote: > Could you please point me to the part of the code where udevd calls > modprobe and handles the subsequent SIGCHLD? That will be a good starting > poing > for further investigation. run_program() in udev_utils_run.c, called from main in udev.c.
pid = fork();
switch(pid) {
...
default:
...
waitpid(pid, &status, 0);
--
ciao,
Marco
signature.asc
Description: Digital signature

