Bug#610719: dpkg: [S-S-B] make start-stop-daemon find out the pid of forked processes

2011-01-21 Thread Jonathan Nieder
Hi, First of all, thanks for sending this. Peter Gyongyosi wrote: > --- a/utils/start-stop-daemon.c > +++ b/utils/start-stop-daemon.c [...] > @@ -361,6 +369,152 @@ pid_list_free(struct pid_list **list) [...] > +static void > +start_trace(pid_t pid) > +{ > + wait(NULL); > + > + int retrie

Bug#610719: dpkg: [S-S-B] make start-stop-daemon find out the pid of forked processes

2011-01-21 Thread Peter Gyongyosi
Package: dpkg Version: 1.15.5.6ubuntu4.3 Severity: wishlist Tags: patch Hi, the attached patch adds the functionality to start-stop-daemon that makes it capable of tracking and detecting the PID of programs it starts and which fork themselves. The manpage entries for the new arguments summari