summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-29 03:24:03 +0000
committerobrien <obrien@FreeBSD.org>2000-09-29 03:24:03 +0000
commit930be8009d13a05d006e2c34683c7f18b57a99fc (patch)
tree06659be227dae535ee8db7e12a64fbff8dc5a6ce /release/pc98
parent1a147c40d0f46aedc82f58805fc6cd6d8d140a02 (diff)
downloadFreeBSD-src-930be8009d13a05d006e2c34683c7f18b57a99fc.zip
FreeBSD-src-930be8009d13a05d006e2c34683c7f18b57a99fc.tar.gz
Move maxusers around to reduce the diff from RELENG_4 version.
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 3eb0649..930978c 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -50,10 +50,10 @@ sed -e '/ pci$/d' \
-e '/KTRACE/d' \
-e '/SYSVMSG/d' \
-e '/SOFTUPDATES/d' \
- -e '/maxusers/d' \
-e '/MFS/d' \
-e '/NFS_ROOT/d' \
-e '/atapist/d' \
+ -e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
else
@@ -70,10 +70,10 @@ sed -e '/pty/d' \
-e '/KTRACE/d' \
-e '/SYSVMSG/d' \
-e '/SOFTUPDATES/d' \
- -e '/maxusers/d' \
-e '/MFS/d' \
-e '/NFS_ROOT/d' \
-e '/atapist/d' \
+ -e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
fi
@@ -98,7 +98,6 @@ sed -e '/pty/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
- -e '/maxusers/d' \
-e '/MFS/d' \
-e '/NFS_ROOT/d' \
-e '/MSDOSFS/d' \
@@ -119,6 +118,7 @@ sed -e '/pty/d' \
-e '/aue/d' \
-e '/cue/d' \
-e '/kue/d' \
+ -e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
fi
OpenPOWER on IntegriCloud