Salvo Tomaselli <[email protected]> writes: > Just opened a bug[1] about the issue, since many daemons use start-stop- > daemon, fixing it there would solve many race conditions.
> [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694980 You can't call waitpid on processes that aren't your children. start-stop-daemon already supports waiting for processes to exit when stopping them. See the --retry option. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

