Martin Cracauer <[EMAIL PROTECTED]> writes:
>would you please have a look at the following sh fix? My brain is a
>bit rusty and maybe I overlook a drawback.
>
>When a child is receiving SIGSTOP, eval continues with the next
>command.  While that is correct for the interactive case (Control-Z
>and you get the prompt back), it is wrong for a shellscript, which
>just continues with the next command, never again waiting for the
>stopped child.  Noted when childs from cronjobs were stopped, just to
>make more processes (by wosch).

        Careful - is this behavior used as a feature during boot when
starting services?  I.e. you can ^Z and it will continue with the next
service; effectively backgrounding the service that's waiting.  I.e. is
this a feature (perhaps accidental) that people assume and rely on?  And
if so, is there another way to get the functionality, and is it important
to people?

        Perhaps I'm totally wrong here and misunderstood the issue.
-- 
Randell Jesup, Worldgate Communications, ex-Scala, ex-Amiga OS team ('88-94)
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to