From 6d19db743cc41086e79f2c451690bad498cf9fb3 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Sat, 23 Aug 2003 19:33:08 +0000 Subject: [PATCH] commented out emulations. requested by deraadt --- src/etc/sysctl.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/etc/sysctl.conf b/src/etc/sysctl.conf index 1a44190b..5306d4dc 100644 --- a/src/etc/sysctl.conf +++ b/src/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.28 2002/05/31 19:35:28 fgsch Exp $ +# $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,3 +20,16 @@ #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 +