Move to new NFS client with NFSCL after old NFS clinet (NFSCLIENT) was
removed.
This commit is contained in:
parent
e4c6cd073b
commit
3e76fe38ac
@ -41,7 +41,7 @@ options FFS #Berkeley Fast Filesystem
|
||||
#options SOFTUPDATES #Enable FFS soft updates support
|
||||
#options UFS_ACL #Support for access control lists
|
||||
#options UFS_DIRHASH #Improve performance on big directories
|
||||
options NFSCLIENT #Network Filesystem Client
|
||||
options NFSCL #New Network Filesystem Client
|
||||
options NFSLOCKD #Network Lock Manager
|
||||
options KTRACE #ktrace(1) support
|
||||
#options SYSVSHM #SYSV-style shared memory
|
||||
|
@ -41,7 +41,7 @@ options FFS #Berkeley Fast Filesystem
|
||||
#options SOFTUPDATES #Enable FFS soft updates support
|
||||
#options UFS_ACL #Support for access control lists
|
||||
#options UFS_DIRHASH #Improve performance on big directories
|
||||
options NFSCLIENT #Network Filesystem Client
|
||||
options NFSCL #New Network Filesystem Client
|
||||
options NFSLOCKD #Network Lock Manager
|
||||
options KTRACE #ktrace(1) support
|
||||
#options SYSVSHM #SYSV-style shared memory
|
||||
|
@ -14,7 +14,7 @@ options FFS
|
||||
options SOFTUPDATES
|
||||
options UFS_ACL
|
||||
options UFS_DIRHASH
|
||||
options NFSCLIENT
|
||||
options NFSCL # New Network Filesystem Client
|
||||
options NFSLOCKD
|
||||
options MSDOSFS
|
||||
options CD9660
|
||||
@ -26,7 +26,9 @@ options COMPAT_43TTY
|
||||
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
|
||||
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
|
||||
options COMPAT_FREEBSD7
|
||||
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
|
||||
options COMPAT_FREEBSD9 # Compatible with FreeBSD9
|
||||
options COMPAT_FREEBSD10 # Compatible with FreeBSD10
|
||||
options SCSI_DELAY=5000
|
||||
options SYSVSHM
|
||||
options SYSVMSG
|
||||
|
@ -14,7 +14,7 @@ options FFS
|
||||
options SOFTUPDATES
|
||||
options UFS_ACL
|
||||
options UFS_DIRHASH
|
||||
options NFSCLIENT
|
||||
options NFSCL # New Network Filesystem Client
|
||||
options NFSLOCKD
|
||||
options MSDOSFS
|
||||
options CD9660
|
||||
@ -23,7 +23,12 @@ options PSEUDOFS
|
||||
options GEOM_PART_GPT
|
||||
options GEOM_LABEL
|
||||
options COMPAT_43TTY
|
||||
options COMPAT_FREEBSD7
|
||||
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
|
||||
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
|
||||
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
|
||||
options COMPAT_FREEBSD9 # Compatible with FreeBSD9
|
||||
options COMPAT_FREEBSD10 # Compatible with FreeBSD10
|
||||
options SCSI_DELAY=5000
|
||||
options SYSVSHM
|
||||
options SYSVMSG
|
||||
|
Loading…
x
Reference in New Issue
Block a user