summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-15 15:58:01 +0000
committerjhb <jhb@FreeBSD.org>2001-11-15 15:58:01 +0000
commit6ee6076cd31e7e8fda2defae109673231476db51 (patch)
treefaae760aadcabe9507dcf0fe9bb83763930eacda /release/alpha
parentbbce60529dae7dadfc96fff97867c3aa5724c083 (diff)
downloadFreeBSD-src-6ee6076cd31e7e8fda2defae109673231476db51.zip
FreeBSD-src-6ee6076cd31e7e8fda2defae109673231476db51.tar.gz
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.
Diffstat (limited to 'release/alpha')
-rwxr-xr-xrelease/alpha/dokern.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index a3a6120..b1b36de 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"
OpenPOWER on IntegriCloud