Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 1997 06:23:43 -0700 (PDT)
From:      Doug Rabson <dfr>
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
Message-ID:  <199704181323.GAA02230@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704181323.GAA02230>