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:
John Baldwin 2001-11-15 15:58:01 +00:00
parent ad3f90f6ca
commit 4a68905be9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86405
4 changed files with 1 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"