From 4a68905be999bc9b6903475ab150edd2cdfcf949 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 15 Nov 2001 15:58:01 +0000 Subject: [PATCH] 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. --- release/alpha/dokern.sh | 2 +- release/amd64/dokern.sh | 1 - release/i386/dokern.sh | 1 - release/pc98/dokern.sh | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index a3a6120b6d26..b1b36def4d69 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/dokern.sh @@ -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" diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 67c6d6cc3bbe..cdde563b4330 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -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" diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index 67c6d6cc3bbe..cdde563b4330 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -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" diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 67c6d6cc3bbe..cdde563b4330 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -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"