diff options
author | phk <phk@FreeBSD.org> | 1996-01-13 23:30:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-01-13 23:30:10 +0000 |
commit | ea41ba61cb7c9835d0adfd25324226ed71adab6a (patch) | |
tree | 0a4d9be202a9d4d70fcb288324665ee1f00155d0 /sys/i386/conf | |
parent | 9e14900495b009fccd80e7c2068ea6eedd558dce (diff) | |
download | FreeBSD-src-ea41ba61cb7c9835d0adfd25324226ed71adab6a.zip FreeBSD-src-ea41ba61cb7c9835d0adfd25324226ed71adab6a.tar.gz |
Document NFS_NOSERVER.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 7db8cd8..a4caf6e9 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.232 1996/01/05 20:46:42 wollman Exp $ +# $Id: LINT,v 1.233 1996/01/09 23:14:57 ats Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -232,6 +232,7 @@ options NFS #Network File System # The rest are optional: options NQNFS #Enable NQNFS lease checking +# options NFS_NOSERVER #Disable the NFS-server code. options "CD9660" #ISO 9660 filesystem options FDESC #File descriptor filesystem options KERNFS #Kernel filesystem diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7db8cd8..a4caf6e9 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.232 1996/01/05 20:46:42 wollman Exp $ +# $Id: LINT,v 1.233 1996/01/09 23:14:57 ats Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -232,6 +232,7 @@ options NFS #Network File System # The rest are optional: options NQNFS #Enable NQNFS lease checking +# options NFS_NOSERVER #Disable the NFS-server code. options "CD9660" #ISO 9660 filesystem options FDESC #File descriptor filesystem options KERNFS #Kernel filesystem |