Subject: CVS commit: [netbsd-1-6] src/usr.sbin/rpc.statd
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 03/28/2006 23:28:04
Module Name:	src
Committed By:	riz
Date:		Tue Mar 28 23:28:04 UTC 2006

Modified Files:
	src/usr.sbin/rpc.statd [netbsd-1-6]: statd.c

Log Message:
Pull up following revision(s) (requested by tron in ticket #6037):
	usr.sbin/rpc.statd/statd.c: revision 1.27
Use sigaction(2) to setup automatic disposal of child processes after
daemonizing. This is more portable and avoids zombie "rpc.statd"
processes after an NFS client running e.g. Mac OS X shuts down.
Reviewed by christos@.


To generate a diff of this commit:
cvs rdiff -r1.20.2.5 -r1.20.2.6 src/usr.sbin/rpc.statd/statd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.