aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-f10
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-05-15 14:51:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-05-15 14:51:38 +0000
commit1218bd3a7a7ec97853b83e19ddb0241cd2a5d0a2 (patch)
tree0dde1d724a9a4b517f47a9d090325ed2f80f23ee /emulators/linux_base-f10
parentea202a7d690cb054f5e9eb8deaaa503fb0b8b01b (diff)
downloadports-1218bd3a7a7ec97853b83e19ddb0241cd2a5d0a2.tar.gz
ports-1218bd3a7a7ec97853b83e19ddb0241cd2a5d0a2.zip
Notes
Diffstat (limited to 'emulators/linux_base-f10')
-rw-r--r--emulators/linux_base-f10/Makefile2
-rw-r--r--emulators/linux_base-f10/pkg-install9
2 files changed, 1 insertions, 10 deletions
diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile
index 6545128a3117..b6a44183871d 100644
--- a/emulators/linux_base-f10/Makefile
+++ b/emulators/linux_base-f10/Makefile
@@ -3,7 +3,7 @@
PORTNAME= f10
PORTVERSION= 10
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= emulators linux
MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} \
FEDORA_LINUX/../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Packages/
diff --git a/emulators/linux_base-f10/pkg-install b/emulators/linux_base-f10/pkg-install
index c9175f484744..29a79d65e682 100644
--- a/emulators/linux_base-f10/pkg-install
+++ b/emulators/linux_base-f10/pkg-install
@@ -7,15 +7,6 @@ PRE-INSTALL)
echo 'linuxulator is not (kld)loaded, exiting'
exit 1
fi
- if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then
- echo 'Linux mode is not enabled.'
- echo 'Loading linux kernel module now...'
- if ! kldload linux; then
- echo 'The linux kernel module could not be loaded.'
- echo 'Please enable linux mode manually and retry.'
- exit 1
- fi
- fi
;;
POST-INSTALL)
if [ -z "`grep ^linproc /etc/fstab`" ]; then