summaryrefslogtreecommitdiffstats
path: root/etc/etc.alpha/rc.alpha
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.alpha/rc.alpha')
-rw-r--r--etc/etc.alpha/rc.alpha28
1 files changed, 0 insertions, 28 deletions
diff --git a/etc/etc.alpha/rc.alpha b/etc/etc.alpha/rc.alpha
deleted file mode 100644
index 9488e02..0000000
--- a/etc/etc.alpha/rc.alpha
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh -
-#
-# $FreeBSD$
-# Do alpha specific processing
-#
-
-echo -n 'Initial rc.alpha initialization:'
-
-# Start the Alpha OSF/1 binary compatibility if requested.
-#
-case ${osf1_enable} in
-[Yy][Ee][Ss])
- echo -n ' OSF/1'
- if ! kldstat -v | grep osf1_ecoff > /dev/null; then
- kldload osf1 > /dev/null 2>&1
- fi
- ;;
-esac
-
-# knob for wether or not we should print out unaligned access warnings
-#
-case ${unaligned_print} in
-[Nn][Oo])
- sysctl machdep.unaligned_print=0
- ;;
-esac
-
-echo '.'
OpenPOWER on IntegriCloud