freebsd-dev/usr.sbin/rpc.yppasswdd
Rong-En Fan 28e4b62bbe - 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
MFC after:	1 month
2008-10-30 01:54:31 +00:00
..
Makefile These are the things that the tinderbox has problems with because it 2007-11-20 02:07:30 +00:00
rpc.yppasswdd.8 Expand contractions. 2005-02-13 23:45:54 +00:00
yppasswd_private.x
yppasswdd_extern.h
yppasswdd_main.c - Whenever a password/shell is changed via rpc.yppasswdd, the daemon leaves 2008-10-30 01:54:31 +00:00
yppasswdd_server.c
yppwupdate