aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2005-01-14 13:45:40 +0800
committertrevor <trevor@FreeBSD.org>2005-01-14 13:45:40 +0800
commita3e36a4076aa1621e60272f536560fd5ad00d0b7 (patch)
tree0cc661d4521f334228c7e8ad38265dc322c1cfad /emulators
parent7e4f87297d9611bac0ad31dfb7ecf3f55689a402 (diff)
downloadfreebsd-ports-gnome-a3e36a4076aa1621e60272f536560fd5ad00d0b7.tar.gz
freebsd-ports-gnome-a3e36a4076aa1621e60272f536560fd5ad00d0b7.tar.zst
freebsd-ports-gnome-a3e36a4076aa1621e60272f536560fd5ad00d0b7.zip
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')
-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...'