On Sun, Jan 31, 2010 at 10:46:43PM +1100, Craig Small wrote: > > The offending line is: > if(tmp->tgid != tmp->tpgid) continue;
I think this line should be replaced with if (tmp->pgrp != tmp->tpgid) continue Otherwise we may end up showing background processes. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org