> for (i in `{seq 1 100}) {echo BEGIN RUN $i ; emu sh -c > /usr/a/bin/sh/emuerr; echo END RUN $i ; echo} > [...] > > what is rc confused about? >
i think the question is, what does emu do to rc. i think it kills the note group: minooka; rc -c '@{emu sh -c date}; echo done' Thu Feb 19 17:13:08 GMT 2009 minooka; rc -c '@{rfork s; emu sh -c date}; echo done' Thu Feb 19 17:13:34 GMT 2009 done it might make sense for emu to rfork its own note group if it is going to killpg. - erik