Federico G. Schwindt wrote: > On Thu, Jan 14, 2010 at 06:43:58PM +0200, Lars Nooden wrote: >> ddb.log was missing from sysctl.conf >> Here is a guess at a description and a value. > > not all the options are in sysctl.conf, i would say only the most > popular ones (i.e. people are likely to want to change). i don't think > ddb.log fits into that category.
Ok. My misunderstanding. In that case I would propose the following instead. /Lars Index: sysctl.conf =================================================================== RCS file: /cvs/src/etc/sysctl.conf,v retrieving revision 1.47 diff -u -p -r1.47 sysctl.conf --- sysctl.conf 9 Jun 2009 11:52:54 -0000 1.47 +++ sysctl.conf 14 Jan 2010 17:16:48 -0000 @@ -1,8 +1,8 @@ # $OpenBSD: sysctl.conf,v 1.47 2009/06/09 11:52:54 sthen 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 -# the many available variables. +# This file contains a list of the most commonly used sysctl options +# set at boot time and is a subset of those available. See sysctl(3) +# and sysctl(8) for more information on the many variables available. # #net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of IPv4 packets #net.inet.ip.mforwarding=1 # 1=Permit forwarding (routing) of IPv4 multicast packets
