Date: Mon, 5 Jan 2009 13:06:03 +0000 (UTC) From: Rong-En Fan <rafan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c Message-ID: <200901051306.n05D6BjU005291@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dj_noresult at hotmail.com> Submitted by: Jui-Nan Lin" <jnlin at csie.nctu.edu.tw> Reviewed by: delphij Revision Changes Path 1.26.2.1 +4 -0 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901051306.n05D6BjU005291>