=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/sysctl.conf,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/etc/Attic/sysctl.conf 1998/05/05 21:51:53 1.9 --- src/etc/Attic/sysctl.conf 1999/04/11 19:41:33 1.10 *************** *** 1,9 **** ! # $OpenBSD: sysctl.conf,v 1.9 1998/05/05 21:51:53 deraadt Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. #net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of packets #net.inet.tcp.rfc1323=0 # 0=disable TCP RFC1323 extensions (for if tcp is slow) #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 --- 1,11 ---- ! # $OpenBSD: sysctl.conf,v 1.10 1999/04/11 19:41:33 niklas Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. #net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of packets #net.inet.tcp.rfc1323=0 # 0=disable TCP RFC1323 extensions (for if tcp is slow) + #net.inet.esp.enable=1 # 1=Enable the ESP IPSec protocol + #net.inet.ah.enable=1 # 1=Enable the AH IPSec protocol #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