diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-01 02:24:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-01 02:24:12 +0000 |
commit | bd316ed12b5144417d4c4a181c10aeefb8aab540 (patch) | |
tree | bc502bab501b9c0387a901f4370132887f5f3b4e /etc/etc.sun3/sysctl.conf | |
parent | 1c0ff32081d54825b3fa850831e7921b8f95b6de (diff) |
Clean up/update
Diffstat (limited to 'etc/etc.sun3/sysctl.conf')
-rw-r--r-- | etc/etc.sun3/sysctl.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/etc.sun3/sysctl.conf b/etc/etc.sun3/sysctl.conf index e69de29bb2d..61e805ba210 100644 --- a/etc/etc.sun3/sysctl.conf +++ b/etc/etc.sun3/sysctl.conf @@ -0,0 +1,17 @@ +# $OpenBDS$ +# This files contains a list of sysctl options the user wants set at +# boot time. +# ie. +#net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of packets +#net.inet6.ip6.forwarding=1 # 1=Permit forwarding (routing) of packets +#net.inet6.ip6.accept_rtadv=1 # 1=Permit IPv6 autoconf (forwarding must be 0) +#net.inet.tcp.rfc1323=0 # 0=disable TCP RFC1323 extensions (for if tcp + # is slow) +#net.inet.esp.enable=1 # 1=Enable the ESP IPSec protocol +#net.inet.ah.enable=1 # 1=Enable the AH IPSec protocol +#ddb.panic=0 # 0=Do not drop into ddb on a kernel panic +#ddb.console=1 # 1=Permit entry of ddb from the console +#fs.posix.setuid=0 # 0=Traditional BSD chown() semantics +#vm.swapencrypt=1 # 1=Encrypt pages that go to swap +#kern.maxproc=250 # if you intend to rebuild OpenBSD, or other + # make-intensize process, increase this value |