summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2015-04-03 15:50:28 +0000
committermillert <millert@openbsd.org>2015-04-03 15:50:28 +0000
commita63773d512aef9f31e68728253f4f3f65eb8eccb (patch)
treeafa32b8935860f8c28c3fdd0a91552fe55509f5a
parentWe don't have the precision to distinguish between .99999999999999999999 (diff)
downloadwireguard-openbsd-a63773d512aef9f31e68728253f4f3f65eb8eccb.tar.xz
wireguard-openbsd-a63773d512aef9f31e68728253f4f3f65eb8eccb.zip
Add ddb.log example; OK halex@
-rw-r--r--etc/examples/sysctl.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/examples/sysctl.conf b/etc/examples/sysctl.conf
index 581de99bc1f..75fdaa78431 100644
--- a/etc/examples/sysctl.conf
+++ b/etc/examples/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.3 2014/08/27 14:04:15 florian Exp $
+# $OpenBSD: sysctl.conf,v 1.4 2015/04/03 15:50:28 millert 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
@@ -24,6 +24,7 @@
#net.pipex.enable=1 # 1=Enable pipex(4) for npppd(8)
#ddb.panic=0 # 0=Do not drop into ddb on a kernel panic
#ddb.console=1 # 1=Permit entry of ddb from the console
+#ddb.log=1 # 1=Log ddb output in kernel message buffer
#fs.posix.setuid=0 # 0=Traditional BSD chown() semantics
#vm.swapencrypt.enable=0 # 0=Do not encrypt pages that go to swap
#vfs.nfs.iothreads=4 # Number of nfsio kernel threads