aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2015-01-06 16:15:57 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2015-01-06 16:15:57 +0000
commit3e32dff52c088c13972d4cb60ab757dfca5e60c0 (patch)
treedf271cd28be955af68c612a4442e03d797315cd8 /sys/i386
parentd17591488ec6d09a8ccaf474c277dfc1e5beafee (diff)
downloadsrc-3e32dff52c088c13972d4cb60ab757dfca5e60c0.tar.gz
src-3e32dff52c088c13972d4cb60ab757dfca5e60c0.zip
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
Notes
Notes: svn path=/head/; revision=276755
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/XBOX4
-rw-r--r--sys/i386/conf/XEN4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 9a0c3bc12307..29d56da1b2d7 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -39,8 +39,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
diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX
index 73f81e44cc60..5a8ded077045 100644
--- a/sys/i386/conf/XBOX
+++ b/sys/i386/conf/XBOX
@@ -27,8 +27,8 @@ options SOFTUPDATES # Enable FFS soft updates support
#options UFS_ACL # Support for access control lists
#options UFS_DIRHASH # Improve performance on big directories
#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
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index 7cec0ffc4c8a..dd83670e21b4 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -25,8 +25,8 @@ options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
-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