diff options
author | jhb <jhb@FreeBSD.org> | 2015-01-06 16:15:57 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-01-06 16:15:57 +0000 |
commit | c3d19543428cfff617547a6c8786858df5b9d09c (patch) | |
tree | df271cd28be955af68c612a4442e03d797315cd8 /sys/pc98/conf | |
parent | c8a5ac8577f6bd54d1b662d7c51cd3edc569fd14 (diff) | |
download | FreeBSD-src-c3d19543428cfff617547a6c8786858df5b9d09c.zip FreeBSD-src-c3d19543428cfff617547a6c8786858df5b9d09c.tar.gz |
Remove "New" label from NFSCL/NFSD now that they are the only NFS
client/server. While here, remove duplicate NFSCL from sys/conf/NOTES.
Approved by: rmacklem
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 299606a..2312658 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -37,8 +37,8 @@ options UFS_DIRHASH # Improve performance on big directories options UFS_GJOURNAL # Enable gjournal-based UFS journaling options QUOTA # Enable disk quotas for UFS options MD_ROOT # MD is a potential root device -options NFSCL # New Network Filesystem Client -options NFSD # New Network Filesystem Server +options NFSCL # Network Filesystem Client +options NFSD # Network Filesystem Server options NFSLOCKD # Network Lock Manager options NFS_ROOT # NFS usable as /, requires NFSCL options MSDOSFS # MSDOS Filesystem |