From owner-cvs-usrsbin Fri Apr 18 06:23:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA02241 for cvs-usrsbin-outgoing; Fri, 18 Apr 1997 06:23:46 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA02230; Fri, 18 Apr 1997 06:23:43 -0700 (PDT) Date: Fri, 18 Apr 1997 06:23:43 -0700 (PDT) From: Doug Rabson Message-Id: <199704181323.GAA02230@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/amd/amd Makefile nfs_ops.c src/usr.sbin/amd/rpcx amq_svc.c mount.h mount_xdr.c nfs_prot.h nfs_prot_svc.c nfs_prot_xdr.c src/usr.sbin/amd/config os-bsd44.h src/usr.sbin/amd/doc amdref.texinfo Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 97/04/18 06:23:39 Modified: usr.sbin/amd/amd Makefile nfs_ops.c usr.sbin/amd/config os-bsd44.h usr.sbin/amd/doc amdref.texinfo usr.sbin/amd/rpcx amq_svc.c Removed: usr.sbin/amd/rpcx mount.h mount_xdr.c nfs_prot.h nfs_prot_svc.c nfs_prot_xdr.c Log: Generate mount*.[ch] and nfs_prot*.[ch] from the .x files. Delete bogus local versions of mount*.[ch] and nfs_prot*.[ch]. Use v3 protocol by default for NFS mounts. If v3 is not supported, v2 is used automatically. Add a new mount options for NFS, 'nfsv2' to allow the administrator to force the use of the older protocol. Document the new mount options and fix a couple of markup problems. Revision Changes Path 1.4 +24 -0 src/usr.sbin/amd/amd/Makefile 1.7 +103 -31 src/usr.sbin/amd/amd/nfs_ops.c 1.10 +1 -2 src/usr.sbin/amd/config/os-bsd44.h 1.5 +15 -13 src/usr.sbin/amd/doc/amdref.texinfo 1.4 +3 -3 src/usr.sbin/amd/rpcx/amq_svc.c