From owner-cvs-all@FreeBSD.ORG Sat Jul 8 15:34:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 E735016A4DA; Sat, 8 Jul 2006 15:34:27 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28D443D45; Sat, 8 Jul 2006 15:34:27 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68FYRvh004266; Sat, 8 Jul 2006 15:34:27 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68FYRYi004264; Sat, 8 Jul 2006 15:34:27 GMT (envelope-from kib) Message-Id: <200607081534.k68FYRYi004264@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 8 Jul 2006 15:34:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/init init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 15:34:28 -0000 kib 2006-07-08 15:34:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/init init.c Log: MFC rev. 1.62: Reparent the process that executes the window= command from the ttys to the init. This prevents zombies from being accumulated. PR: bin/64198 Tested by: Eugene Grosbein Approved by: kan (mentor) Revision Changes Path 1.60.2.2 +13 -1 src/sbin/init/init.c