diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-06 14:20:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-06 14:20:31 +0000 |
commit | e09269f627a9873e1a7f58caf0ba64a357e661ec (patch) | |
tree | d6a4d31367070a5da32fff34712ef4ec4db29d18 /etc | |
parent | 3f5222e26e48ea495f96c9f935010f0eb74ef9df (diff) |
more
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysctl.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 84c37816d92..c9e600588d0 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,7 +1,8 @@ -# $OpenBSD: sysctl.conf,v 1.2 1998/02/05 16:51:06 deraadt Exp $ +# $OpenBSD: sysctl.conf,v 1.3 1998/02/06 14:20:30 deraadt Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. +#net.inet.ip.forwarding # Permit forwarding (routing) of packets #net.inet.tcp.rfc1323=0 # TCP RFC1323 extensions (disable if tcp is slow) #ddb.panic=0 # Do not drop into ddb on a kernel panic ddb.console=0 # Do not permit entry of ddb from the console |