From e0208e53202d374be7b97b0372dd214faa4a7c5c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 27 Oct 2002 03:41:35 +0000 Subject: [PATCH] Add NO_COMPAT_FREEBSD4. Submitted by: Sergey Mokryshev --- release/amd64/dokern.sh | 1 + release/i386/dokern.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index beeef6281df..a3c83af07a1 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -54,6 +54,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" diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index beeef6281df..a3c83af07a1 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -54,6 +54,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"