diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-07-04 03:29:57 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-07-04 03:29:57 +0000 |
commit | 676efd96cbab6bd96a671eba860ab4e5d89745cb (patch) | |
tree | d1ecf4b8a658cf7e6da81906f3f0434decf0c3d3 | |
parent | b7c2b28e0ba75d474d3619b4293394d8ca5ff798 (diff) | |
download | src-676efd96cbab6bd96a671eba860ab4e5d89745cb.tar.gz src-676efd96cbab6bd96a671eba860ab4e5d89745cb.zip |
Add "nfsv2" to the default mount options. It can be removed when V3
stops causing unkillable hung processes.
Notes
Notes:
svn path=/head/; revision=27188
-rw-r--r-- | etc/amd.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/amd.map b/etc/amd.map index d0987ad70df9..df8bda88c2bf 100644 --- a/etc/amd.map +++ b/etc/amd.map @@ -1,2 +1,2 @@ /defaults type:=host;fs:=${autodir}/${rhost};rhost:=${key} -* opts:=rw,grpid,resvport +* opts:=rw,grpid,resvport,nfsv2 |