Re: [contrib]: setpgrp + killpg builtins

2015-02-03 Thread Greg Wooledge
On Sun, Feb 01, 2015 at 01:13:06AM +, Jason Vas Dias wrote: > 1. An "invoker.sh" process runs a "job.sh" bash script in a separate >process which runs a long-running (or non-terminating!) >'Simple Command' (not a shell "Job") (call it "nterm.sh"). > > 2. After a while, the originator d

Re: [contrib]: setpgrp + killpg builtins

2015-02-03 Thread Chet Ramey
On 1/31/15 8:13 PM, Jason Vas Dias wrote: > Dear bash developers - > > It is very difficult to overcome the problems caused by > the scenario described within this email without something the > enclosed "setpgrp " and "killpg " > bash loadable builtins . I haven't looked at the setpgrp builtin