=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/sysctl.conf,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/etc/Attic/sysctl.conf 2002/02/23 08:07:58 1.25 --- src/etc/Attic/sysctl.conf 2002/05/16 18:54:39 1.26 *************** *** 1,4 **** ! # $OpenBSD: sysctl.conf,v 1.25 2002/02/23 08:07:58 deraadt 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.26 2002/05/16 18:54:39 deraadt 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 *************** *** 11,16 **** --- 11,17 ---- #net.inet.esp.enable=0 # 0=Disable the ESP IPsec protocol #net.inet.ah.enable=0 # 0=Disable the AH IPsec protocol #net.inet.ipcomp.enable=1 # 1=Enable the IPCOMP protocol + #net.inet.tcp.ecn=0 # 0=Disable the TCP ECN extension #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