diff options
author | jhb <jhb@FreeBSD.org> | 2001-11-15 16:03:24 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-11-15 16:03:24 +0000 |
commit | 1489a326fa30f11db03fae05e0b1769fa979b668 (patch) | |
tree | 65cc5df9d18ab307f74ac4daf3d0e3a14d5e2e51 | |
parent | 6ee6076cd31e7e8fda2defae109673231476db51 (diff) | |
download | FreeBSD-src-1489a326fa30f11db03fae05e0b1769fa979b668.zip FreeBSD-src-1489a326fa30f11db03fae05e0b1769fa979b668.tar.gz |
Axe NFS_NOSERVER since it doesn't do anything anymore. Remove NFSSERVER
from your config file instead.
-rw-r--r-- | sys/conf/NOTES | 1 | ||||
-rw-r--r-- | sys/conf/options | 1 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 121e3b8..327ea0f 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -695,7 +695,6 @@ options NFSCLIENT #Network File System options NFSSERVER #Network File System # The rest are optional: -#options NFS_NOSERVER #Disable the NFS-server code. options CD9660 #ISO 9660 filesystem options FDESCFS #File descriptor filesystem options HPFS #OS/2 File system diff --git a/sys/conf/options b/sys/conf/options index 7655b64..25a51ee 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -426,7 +426,6 @@ NFS_GATHERDELAY opt_nfs.h NFS_UIDHASHSIZ opt_nfs.h NFS_WDELAYHASHSIZ opt_nfs.h NFS_MUIDHASHSIZ opt_nfs.h -NFS_NOSERVER opt_nfs.h NFS_DEBUG opt_nfs.h # For the Bt848/Bt848A/Bt849/Bt878/Bt879 driver diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 121e3b8..327ea0f 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -695,7 +695,6 @@ options NFSCLIENT #Network File System options NFSSERVER #Network File System # The rest are optional: -#options NFS_NOSERVER #Disable the NFS-server code. options CD9660 #ISO 9660 filesystem options FDESCFS #File descriptor filesystem options HPFS #OS/2 File system |