summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-11-11 07:04:10 +0000
committerpeter <peter@FreeBSD.org>1998-11-11 07:04:10 +0000
commit626d7e81a175b3b17b48b6fdb54d36d20c0344d6 (patch)
tree38a4fab1382303aa7c917a450baa3856b390e775 /sys/modules/linux
parentec5ce5a2f507538083c1059a76ae1fbc7c484330 (diff)
downloadFreeBSD-src-626d7e81a175b3b17b48b6fdb54d36d20c0344d6.zip
FreeBSD-src-626d7e81a175b3b17b48b6fdb54d36d20c0344d6.tar.gz
Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile4
-rw-r--r--sys/modules/linux/linux12
2 files changed, 2 insertions, 14 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 68375a5..4befad0 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1998/11/05 04:39:26 peter Exp $
+# $Id: Makefile,v 1.22 1998/11/10 19:39:58 jkh Exp $
.PATH: ${.CURDIR}/../../i386/linux
KMOD= linux
@@ -37,6 +37,6 @@ opt_linux.h opt_vmpage.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/linux ${DESTDIR}/usr/bin
+ ${.CURDIR}/linux.sh ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>
diff --git a/sys/modules/linux/linux b/sys/modules/linux/linux
deleted file mode 100644
index 8545fbb..0000000
--- a/sys/modules/linux/linux
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# $Id: linux,v 1.5 1998/09/07 16:15:59 cracauer Exp $
-
-FOUND=`kldstat -v | egrep 'linux(aout|elf)'`
-
-if [ "x$FOUND" != x ] ; then
- echo Linux driver already loaded
- exit 1
-else
- kldload linux
-fi
OpenPOWER on IntegriCloud