mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
NFS_NOSERVER doesn't do anything anymore and is about to get axed so don't
use it. Instead, remove NFSSERVER. This was already done on i386, but the alpha still needed the fix.
This commit is contained in:
parent
ad3f90f6ca
commit
4a68905be9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86405
@ -8,6 +8,7 @@ sed \
|
||||
-e '/DEC_3000_500/d' \
|
||||
-e '/SOFTUPDATES/d' \
|
||||
-e '/MFS/d' \
|
||||
-e '/NFSSERVER/d' \
|
||||
-e '/NFS_ROOT/d' \
|
||||
-e '/MSDOSFS/d' \
|
||||
-e '/PROCFS/d' \
|
||||
@ -69,6 +70,5 @@ sed \
|
||||
# reset maxusers to something lower
|
||||
echo "maxusers 5"
|
||||
|
||||
echo "options NFS_NOSERVER"
|
||||
echo "options SCSI_NO_OP_STRINGS"
|
||||
echo "options SCSI_NO_SENSE_STRINGS"
|
||||
|
@ -120,6 +120,5 @@ echo "options NETGRAPH_SOCKET"
|
||||
# reset maxusers to something lower
|
||||
echo "maxusers 5"
|
||||
|
||||
echo "options NFS_NOSERVER"
|
||||
echo "options SCSI_NO_OP_STRINGS"
|
||||
echo "options SCSI_NO_SENSE_STRINGS"
|
||||
|
@ -120,6 +120,5 @@ echo "options NETGRAPH_SOCKET"
|
||||
# reset maxusers to something lower
|
||||
echo "maxusers 5"
|
||||
|
||||
echo "options NFS_NOSERVER"
|
||||
echo "options SCSI_NO_OP_STRINGS"
|
||||
echo "options SCSI_NO_SENSE_STRINGS"
|
||||
|
@ -120,6 +120,5 @@ echo "options NETGRAPH_SOCKET"
|
||||
# reset maxusers to something lower
|
||||
echo "maxusers 5"
|
||||
|
||||
echo "options NFS_NOSERVER"
|
||||
echo "options SCSI_NO_OP_STRINGS"
|
||||
echo "options SCSI_NO_SENSE_STRINGS"
|
||||
|
Loading…
Reference in New Issue
Block a user