diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-23 19:33:09 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-23 19:33:09 +0000 |
commit | 58d9702cea30de41b591311643c9260a0b6c5e56 (patch) | |
tree | 05ea4548a30512cb90d89bb0e90701e86343ee8e /etc/sysctl.conf | |
parent | edd8ce54db8d126962e71dc05553c29f09e84aad (diff) |
commented out emulations. requested by deraadt
Diffstat (limited to 'etc/sysctl.conf')
-rw-r--r-- | etc/sysctl.conf | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 1a44190b369..5306d4dca0f 100644 --- a/etc/sysctl.conf +++ b/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 + |