From owner-cvs-src-old@FreeBSD.ORG Mon Jan 5 13:06:11 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8C0D1065756 for ; Mon, 5 Jan 2009 13:06:11 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B69DB8FC1F for ; Mon, 5 Jan 2009 13:06:11 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n05D6BsO005292 for ; Mon, 5 Jan 2009 13:06:11 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n05D6BjU005291 for cvs-src-old@freebsd.org; Mon, 5 Jan 2009 13:06:11 GMT (envelope-from rafan@repoman.freebsd.org) Message-Id: <200901051306.n05D6BjU005291@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rafan@repoman.freebsd.org using -f From: Rong-En Fan Date: Mon, 5 Jan 2009 13:06:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2009 13:06:12 -0000 rafan 2009-01-05 13:06:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/rpc.yppasswdd yppasswdd_main.c Log: SVN rev 186772 on 2009-01-05 13:06:03Z by rafan MFC r184459 - Whenever a password/shell is changed via rpc.yppasswdd, the daemon leaves one zombie process because it does not do the cleanup. For a long running NIS/YP server, it will have lots of zombie processes on it. Fix that by ignoring the SIGCHLD signal since we don't really care about the exit status in this case. PR: bin/91980 Reported by: Arjan van der Velde Submitted by: Jui-Nan Lin" Reviewed by: delphij Revision Changes Path 1.26.2.1 +4 -0 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c