=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/sysctl.conf,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/etc/Attic/sysctl.conf 2007/01/09 04:11:29 1.41 --- src/etc/Attic/sysctl.conf 2007/02/15 20:43:33 1.42 *************** *** 1,4 **** ! # $OpenBSD: sysctl.conf,v 1.41 2007/01/09 04:11:29 itojun 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 --- 1,4 ---- ! # $OpenBSD: sysctl.conf,v 1.42 2007/02/15 20:43:33 reyk 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 *************** *** 17,22 **** --- 17,24 ---- #net.inet.ipcomp.enable=1 # 1=Enable the IPCOMP protocol #net.inet.etherip.allow=1 # 1=Enable the Ethernet-over-IP protocol #net.inet.tcp.ecn=1 # 1=Enable the TCP ECN extension + #net.inet.carp.preempt=1 # 1=Enable carp(4) preemption + #net.inet.carp.log=1 # 1=Enable logging of carp(4) packets #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