From dacf0b85b7faddb9599f1df58263e6d4d4f85fd0 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Thu, 31 Oct 2002 04:51:05 +0000 Subject: [PATCH] Disable COMPAT_FREEBSD4. --- release/pc98/dokern.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 942dbd11962..7ff2d7ce2c3 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -21,6 +21,7 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \ -e '/NFS_ROOT/d' \ -e '/PROCFS/d' \ -e '/PSEUDOFS/d' \ + -e '/COMPAT_FREEBSD4/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ -e '/DDB/d' \ @@ -83,6 +84,7 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \ -e '/NFS_ROOT/d' \ -e '/PROCFS/d' \ -e '/PSEUDOFS/d' \ + -e '/COMPAT_FREEBSD4/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ -e '/DDB/d' \ @@ -117,6 +119,7 @@ echo "options NETGRAPH" echo "options NETGRAPH_ETHER" echo "options NETGRAPH_PPPOE" echo "options NETGRAPH_SOCKET" +echo "options NO_COMPAT_FREEBSD4" # reset maxusers to something lower echo "maxusers 5"