From owner-cvs-sbin Fri Apr 18 09:23:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14768 for cvs-sbin-outgoing; Fri, 18 Apr 1997 09:23:17 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14761; Fri, 18 Apr 1997 09:23:15 -0700 (PDT) Date: Fri, 18 Apr 1997 09:23:15 -0700 (PDT) From: Doug Rabson Message-Id: <199704181623.JAA14761@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 97/04/18 09:23:14 Modified: sbin/mount_nfs mount_nfs.8 mount_nfs.c Log: Use v3 protocol by default if it is supported by the server. Allow the user to force v2 protocol even if the server supports v3. Obtained from: NetBSD but with a slightly different implementation Revision Changes Path 1.9 +9 -3 src/sbin/mount_nfs/mount_nfs.8 1.21 +40 -8 src/sbin/mount_nfs/mount_nfs.c