diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-20 07:36:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-20 07:36:29 +0000 |
commit | 9be0e705dc5fa375b4500a1acb55de2bdceb432c (patch) | |
tree | ec0656b7d07d860a779cb7d026e764ef3208acc1 /etc/amd.map | |
parent | 0d9da99119d06c5d1c1cf8cd58af1bb548b24e66 (diff) | |
download | FreeBSD-src-9be0e705dc5fa375b4500a1acb55de2bdceb432c.zip FreeBSD-src-9be0e705dc5fa375b4500a1acb55de2bdceb432c.tar.gz |
Bad default value of ${fs} for type:=host in /etc/amd.map.
PR: conf/7054
Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
Diffstat (limited to 'etc/amd.map')
-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 44aacc4..3898f8b 100644 --- a/etc/amd.map +++ b/etc/amd.map @@ -1,2 +1,2 @@ -/defaults type:=host;fs:=${autodir}/${rhost};rhost:=${key} +/defaults type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key} * opts:=rw,grpid,resvport,vers=3,proto=tcp,nosuid,nodev |