From 66c35dfca4bb2709bc0297ddcda3dc8c08ef974b Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 28 Feb 2001 22:28:00 +0000 Subject: [PATCH] Have coff be a default ibcs2 loader if we have ibcs2 support enabled. --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 6e2775a2e62..0607ba928d9 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -311,7 +311,7 @@ enable_quotas="NO" # turn on quotas on startup (or NO). check_quotas="YES" # Check quotas on startup (or NO). accounting_enable="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). -ibcs2_loaders="NO" # List of additional Ibcs2 loaders (or NO). +ibcs2_loaders="coff" # List of additional Ibcs2 loaders (or NO). sysvipc_enable="NO" # Load System V IPC primitives at startup (or NO). linux_enable="NO" # Linux binary compatibility loaded at startup (or NO). svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO).