Subject: CVS commit: src/usr.sbin/nfsd
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 12/06/2003 03:01:16
Module Name:	src
Committed By:	jonathan
Date:		Sat Dec  6 03:01:16 UTC 2003

Modified Files:
	src/usr.sbin/nfsd: nfsd.c

Log Message:
Increase userspace (/usr/sbin/nfsd) limit on nfsd count from 20 to 1024.

Jason Thorpe suggests removing the limit altogether; anyone who needs
more than 1024 nfsds can still do "nfsd -n 1024" multiple times, and
this provides _some_ saftey-net against nfsd (issued by root) from
eating all the avaiable process slots.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/usr.sbin/nfsd/nfsd.c

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