From owner-cvs-all Fri Dec 13 17: 8: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D2737B401; Fri, 13 Dec 2002 17:08:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A969E43ED4; Fri, 13 Dec 2002 17:08:04 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBE184mV025107; Fri, 13 Dec 2002 17:08:04 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBE184ps025106; Fri, 13 Dec 2002 17:08:04 -0800 (PST) Message-Id: <200212140108.gBE184ps025106@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 13 Dec 2002 17:08:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/12/13 17:08:04 PST Modified files: bin/sh jobs.c Log: When job control is disabled, never show the job id when reporting the status of a background process that has terminated because of a signal. Revision Changes Path 1.60 +2 -1 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message