From 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- sys/modules/linux/Makefile | 2 +- sys/modules/linux/linux | 2 +- sys/modules/linux/linux.8 | 2 +- sys/modules/linux/linux.c | 2 +- sys/modules/linux/linux.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/modules/linux') diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 1a5815250e972..3f5244896f358 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1996/06/25 20:13:12 bde Exp $ +# $FreeBSD$ .PATH: ${.CURDIR}/../../sys/i386/linux KMOD= linux_mod diff --git a/sys/modules/linux/linux b/sys/modules/linux/linux index e4364a6842692..b1facf8b92d95 100644 --- a/sys/modules/linux/linux +++ b/sys/modules/linux/linux @@ -1,3 +1,3 @@ #!/bin/sh -# $Id: linux,v 1.1 1995/06/25 17:29:48 sos Exp $ +# $FreeBSD$ 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 31f619435e8ac..2f249f797be45 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. .\" -.\" $Id: linux.8,v 1.1 1996/03/16 01:35:48 jmz Exp $ +.\" $FreeBSD$ .\" .Dd January 9, 1997 .Dt LINUX 8 diff --git a/sys/modules/linux/linux.c b/sys/modules/linux/linux.c index 23787758efa7c..137be5ce2924a 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. * - * $Id: linux.c,v 1.7 1996/09/03 22:52:07 bde Exp $ + * $FreeBSD$ */ #include diff --git a/sys/modules/linux/linux.sh b/sys/modules/linux/linux.sh index e4364a6842692..b1facf8b92d95 100644 --- a/sys/modules/linux/linux.sh +++ b/sys/modules/linux/linux.sh @@ -1,3 +1,3 @@ #!/bin/sh -# $Id: linux,v 1.1 1995/06/25 17:29:48 sos Exp $ +# $FreeBSD$ modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o -- cgit v1.3