Subject: CVS commit: src/usr.sbin/rpc.statd
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 03/28/2006 15:21:00
Module Name:	src
Committed By:	tron
Date:		Tue Mar 28 15:21:00 UTC 2006

Modified Files:
	src/usr.sbin/rpc.statd: statd.c

Log Message:
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.26 -r1.27 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.