Suraj N. Kurapati wrote:
> I agree (though I don't understand why) because I have observed that
> when I run a second wmiirc, all the programs launched by the first
> one (using system("program &")) do not terminate.

That is the normal behaviour if you start a process with &.
If the father-process is terminated the process becomes a child
of init. You can see that for example if you start something
in an xterm (say, "xclock &"), then close the xterm, and check
with pstree or "ps -xl".

All the best,
rob



_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to