Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Soren S. Jorvang <soren@netbsd.org>
List: source-changes
Date: 08/31/1999 16:28:35
Module Name:	basesrc
Committed By:	soren
Date:		Tue Aug 31 23:28:35 UTC 1999

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

Log Message:
Per the documented behaviour in the man page, default to
serving UDP requests if none of the -t or -u options are
given.

Previously, nfsd wouldn't actually do anything at all
if it was not told to do UDP and/or TCP, which could be
confusing.

Note that at least Solaris and IRIX default to both TCP
and UDP when nfsd is run without options. This might be
useful for NetBSD as well.

Fixes PR bin/7358.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 basesrc/usr.sbin/nfsd/nfsd.c

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