mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add NO_COMPAT_FREEBSD4.
Submitted by: Sergey Mokryshev <mokr@mokr.net>
This commit is contained in:
parent
6ef0c7707d
commit
e0208e5320
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue