Subject: CVS commit: basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/10/2001 18:47:05
Module Name:	basesrc
Committed By:	christos
Date:		Mon Sep 10 15:47:04 UTC 2001

Modified Files:
	basesrc/bin/sh: jobs.c

Log Message:
Don't wait with UNTRACED for jobs that have not been started with job control
(i.e. processes started from shell scripts). Fixes problem where kill -STOP'ing
a subprocess of a shell script would cause the shell to proceed to the next
command.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 basesrc/bin/sh/jobs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.