=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/sysctl.conf,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/etc/Attic/sysctl.conf 2002/05/31 19:35:28 1.28 --- src/etc/Attic/sysctl.conf 2003/08/23 19:33:08 1.29 *************** *** 1,4 **** ! # $OpenBSD: sysctl.conf,v 1.28 2002/05/31 19:35:28 fgsch 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.29 2003/08/23 19:33:08 tedu 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 *************** *** 20,22 **** --- 20,35 ---- #net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery #kern.usercrypto=1 # 1=enable userland use of /dev/crypto #kern.splassert=2 # 2=enable and verbose error messages. + # Emulations, uncomment to enable + #kern.emul.aout=1 + #kern.emul.bsdos=1 + #kern.emul.freebsd=1 + #kern.emul.hpux=1 + #kern.emul.ibcs2=1 + #kern.emul.linux=1 + #kern.emul.netbsd=1 + #kern.emul.osf1=1 + #kern.emul.sunos=1 + #kern.emul.svr4=1 + #kern.emul.ultrix=1 +