summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/archdep
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/archdep')
-rw-r--r--etc/rc.d/archdep25
1 files changed, 0 insertions, 25 deletions
diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep
index 0d34c43..a53cf8d 100644
--- a/etc/rc.d/archdep
+++ b/etc/rc.d/archdep
@@ -13,27 +13,6 @@ name=archdep
start_cmd="archdep_start"
stop_cmd=":"
-# should we print out unaligned access warnings?
-#
-unaligned_warnings()
-{
- if ! checkyesno unaligned_print; then
- sysctl machdep.unaligned_print=0
- fi
-}
-
-# Alpha OSF/1 binary emulation
-#
-osf1_compat()
-{
- if checkyesno osf1_enable; then
- echo -n ' OSF/1'
- if ! kldstat -v | grep osf1_ecoff > /dev/null; then
- kldload osf1 > /dev/null 2>&1
- fi
- fi
-}
-
# SCO binary emulation
#
ibcs2_compat()
@@ -61,10 +40,6 @@ archdep_start()
i386)
ibcs2_compat
;;
- alpha)
- osf1_compat
- unaligned_warnings
- ;;
esac
echo '.'
}
OpenPOWER on IntegriCloud