On Thu, Oct 20, 2005 at 09:44:07AM +0200, Marco d'Itri wrote: > 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);
thanks -- Horms -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]