Date: Mon, 5 Jan 2009 04:26:24 +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: <200901050426.n054QRgo027555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rafan 2009-01-05 04:26:24 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.sbin/rpc.yppasswdd yppasswdd_main.c
Log:
SVN rev 186756 on 2009-01-05 04:26:24Z 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.10.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?200901050426.n054QRgo027555>
