summaryrefslogtreecommitdiff
path: root/emulators/linux_base/pkg-install
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2005-01-14 05:45:40 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2005-01-14 05:45:40 +0000
commit155ea4a67ca0a8624f4e4c3546484a11152f3301 (patch)
treef790a71ab9b9716bab60637802ac1d8b5db8b02a /emulators/linux_base/pkg-install
parentFix build on >4.x. (diff)
Back out the check for the osf1 module: when I looked at
src/sys/alpha/linux/linux_sysvec.c I saw that the linux module depends upon it. Prompted by: Daniel O'Connor
Diffstat (limited to 'emulators/linux_base/pkg-install')
-rw-r--r--emulators/linux_base/pkg-install11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/linux_base/pkg-install b/emulators/linux_base/pkg-install
index 54990d0d5046..90ac97be2fe8 100644
--- a/emulators/linux_base/pkg-install
+++ b/emulators/linux_base/pkg-install
@@ -4,17 +4,6 @@
case "$2" in
PRE-INSTALL)
- if [ "`uname -m`" = alpha ]; then
- if [ -z "`kldstat -v | grep osf1`" ]; then
- echo 'OSF1 mode is not enabled.'
- echo 'Trying to load osf1 kernel module now...'
- if ! kldload osf1; then
- echo 'The osf1 kernel module could not be'
- echo 'loaded; please fix this and retry.'
- exit 1
- fi
- fi
- fi
if [ -z "`kldstat -v | grep linux`" ]; then
echo 'Linux mode is not enabled.'
echo 'Loading linux kernel module now...'