From owner-cvs-all Thu Nov 11 9:35:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39A4814D06; Thu, 11 Nov 1999 09:35:43 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA90024; Thu, 11 Nov 1999 09:35:38 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <199911111735.JAA90024@freefall.freebsd.org> From: Matt Dillon Date: Thu, 11 Nov 1999 09:35:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/nfsd nfsd.8 nfsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/11/11 09:35:37 PST Modified files: sbin/nfsd nfsd.8 nfsd.c Log: Give nfsd the ability to bind to specific IP addresses through the -h option and add explicit option to bind to the wildcard address. The default is to bind to the wildcard address when no -h option has been specified and thus backwards compatibility is maintained. PR: kern/13049 Reviewed by: David Malone Submitted by: Matt Dillon , David Malone Revision Changes Path 1.10 +31 -3 src/sbin/nfsd/nfsd.8 1.15 +64 -24 src/sbin/nfsd/nfsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message