aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2005-01-14 07:42:56 +0800
committertrevor <trevor@FreeBSD.org>2005-01-14 07:42:56 +0800
commit9733c0271cddfac92cfa1c9f593d0f7b22bb2baa (patch)
tree537498cc544068124384ac35dba45ef0ff743e7a /emulators
parentf987e727d514f345f43249ea90cca9ab5df09730 (diff)
downloadfreebsd-ports-gnome-9733c0271cddfac92cfa1c9f593d0f7b22bb2baa.tar.gz
freebsd-ports-gnome-9733c0271cddfac92cfa1c9f593d0f7b22bb2baa.tar.zst
freebsd-ports-gnome-9733c0271cddfac92cfa1c9f593d0f7b22bb2baa.zip
In FreeBSD 4 and later there are no longer separate linuxaout and
linuxelf modules.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base/pkg-install b/emulators/linux_base/pkg-install
index 5870edf05835..434e9c261578 100644
--- a/emulators/linux_base/pkg-install
+++ b/emulators/linux_base/pkg-install
@@ -3,7 +3,7 @@
case "$2" in
PRE-INSTALL)
- if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then
+ if [ -z "`kldstat -v | grep linux`" ]; then
echo 'Linux mode is not enabled.'
echo 'Loading linux kernel module now...'
if ! kldload linux; then