diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2018-12-19 21:56:54 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2018-12-19 21:56:54 +0000 |
| commit | 405c3050f102b8c74782f0366c8ead927bd07b68 (patch) | |
| tree | fb736eca4df72b8d0d73e1b73c1e2d9f38736490 /libexec | |
| parent | 19b75ef59a47c748bcfcb556cfa938c43dc0cd78 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.conf | 2 | ||||
| -rwxr-xr-x | libexec/rc/rc.d/archdep | 19 |
2 files changed, 0 insertions, 21 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index 16ef851d885a..2e59e06a085c 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -626,8 +626,6 @@ quotaon_flags="-a" # Turn quotas on for all file systems (if enabled) quotaoff_flags="-a" # Turn quotas off for all file systems at shutdown quotacheck_flags="-a" # Check all file system quotas (if enabled) accounting_enable="NO" # Turn on process accounting (or NO). -ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). -ibcs2_loaders="coff" # List of additional Ibcs2 loaders (or NO). firstboot_sentinel="/firstboot" # Scripts with "firstboot" keyword are run if # this file exists. Should be on a R/W filesystem so # the file can be deleted after the boot completes. diff --git a/libexec/rc/rc.d/archdep b/libexec/rc/rc.d/archdep index 157df8bb5699..52a7ac684eed 100755 --- a/libexec/rc/rc.d/archdep +++ b/libexec/rc/rc.d/archdep @@ -19,25 +19,6 @@ archdep_start() _arch=`${SYSCTL_N} hw.machine_arch` case $_arch in - i386) - # SCO binary emulation - # - if checkyesno ibcs2_enable; then - echo -n 'Initial i386 initialization:' - echo -n ' ibcs2' - load_kld ibcs2 - case ${ibcs2_loaders} in - [Nn][Oo]) - ;; - *) - for i in ${ibcs2_loaders}; do - load_kld ibcs2_$i - done - ;; - esac - echo '.' - fi - ;; esac } |
