diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-05-20 22:47:58 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-05-20 22:47:58 +0000 |
commit | 4c149cc6b4e6efddbf1a82ab305dea5f6eef3f7c (patch) | |
tree | d2818f68c55dd4a06ef9d3664ebea728f9452cf0 /etc/sysctl.conf | |
parent | 3182ed9fe103fb76d0e3e9410d0c96d238f1bff2 (diff) |
blob for splassert.
suggested by deraadt@.
Diffstat (limited to 'etc/sysctl.conf')
-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 59831a001be..835e6e6920f 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.26 2002/05/16 18:54:39 deraadt Exp $ +# $OpenBSD: sysctl.conf,v 1.27 2002/05/20 22:47:57 art Exp $ # # This file contains a list of sysctl options the user wants set at # boot time. See sysctl(3) and sysctl(8) for more information on @@ -19,3 +19,4 @@ #vfs.nfs.iothreads=4 # number of nfsio kernel threads #net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery #kern.usercrypto=1 # 1=enable userland use of /dev/crypto +#kern.splassert=2 # 2=enable and verbose error messages. |