diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-08-18 12:49:53 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-08-18 12:49:53 +0000 |
commit | 64354154c290e7cd108da9cd7eaccdcc955e6643 (patch) | |
tree | 815ffb247a3cb857a47f07eb9a2012ae0a776676 /emulators/linux_base-rh-9 | |
parent | 8d5bb6353e2f02c85848520074611d438aa0846d (diff) | |
download | ports-64354154c290e7cd108da9cd7eaccdcc955e6643.tar.gz ports-64354154c290e7cd108da9cd7eaccdcc955e6643.zip |
Notes
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 9ad65d92c066..06538e971939 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -3,7 +3,7 @@ # Date created: Jul 7, 1999 # Whom: marcel@FreeBSD.org # -# $Id: Makefile,v 1.27 1999/08/06 15:13:17 billf Exp $ +# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $ # DISTNAME= linux_base @@ -105,13 +105,13 @@ NEEDLOADLINK= true .endif do-install: - @if [ -z "`kldstat | ${GREP} linux.ko | ${AWK} '{print $1}'`" ]; then \ - ${ECHO} 'The Linux emulator kernel module is not loaded.\ - Loading Linux emulator kernel module...' | fmt; \ + @if [ -z "`kldstat -v | ${GREP} -E 'linux(aout|elf)'`" ]; then \ + ${ECHO} 'Linux mode is not enabled.\ + Loading linux kernel module...' | fmt; \ linux || { \ - ${ECHO} 'The Linux emulator kernel module could not be\ - loaded. Please manually load the module and retry.\ - See "man linux" for details.' | fmt; \ + ${ECHO} 'The linux kernel module could not be loaded.\ + Please manually load the module and retry.\ + See "man linux" for details.' | fmt; \ ${FALSE}; \ };\ fi |