Browse Source

commented out emulations. requested by deraadt

OPENBSD_3_4
tedu 21 years ago
parent
commit
6d19db743c
1 changed files with 14 additions and 1 deletions
  1. +14
    -1
      src/etc/sysctl.conf

+ 14
- 1
src/etc/sysctl.conf View File

@ -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

Loading…
Cancel
Save