diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 12:49:29 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 12:49:29 +0000 |
| commit | 4a0f765fbf09711e612e86fce8bb09ec43f482d9 (patch) | |
| tree | 0a1e8518414adaa5e26d06a8a6ce2bb823eb8351 /sys/modules/linux | |
| parent | 57ece64fc6db80e6e98db235c16645df57e64c68 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/linux/linux | 2 | ||||
| -rw-r--r-- | sys/modules/linux/linux.8 | 2 | ||||
| -rw-r--r-- | sys/modules/linux/linux.c | 2 | ||||
| -rw-r--r-- | sys/modules/linux/linux.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 3f5244896f35..88b4fda87482 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .PATH: ${.CURDIR}/../../sys/i386/linux KMOD= linux_mod diff --git a/sys/modules/linux/linux b/sys/modules/linux/linux index b1facf8b92d9..988f0c47902e 100644 --- a/sys/modules/linux/linux +++ b/sys/modules/linux/linux @@ -1,3 +1,3 @@ #!/bin/sh -# $FreeBSD$ +# $Id$ modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o diff --git a/sys/modules/linux/linux.8 b/sys/modules/linux/linux.8 index 2f249f797be4..6cde622c0a89 100644 --- a/sys/modules/linux/linux.8 +++ b/sys/modules/linux/linux.8 @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 9, 1997 .Dt LINUX 8 diff --git a/sys/modules/linux/linux.c b/sys/modules/linux/linux.c index 137be5ce2924..e7f93c6e5f1f 100644 --- a/sys/modules/linux/linux.c +++ b/sys/modules/linux/linux.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/sys/modules/linux/linux.sh b/sys/modules/linux/linux.sh index b1facf8b92d9..988f0c47902e 100644 --- a/sys/modules/linux/linux.sh +++ b/sys/modules/linux/linux.sh @@ -1,3 +1,3 @@ #!/bin/sh -# $FreeBSD$ +# $Id$ modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o |
