From 808a36ef658c1810327b5d329469bcf5dad24b28 Mon Sep 17 00:00:00 2001 From: jkh 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/ibcs2/Makefile | 2 +- sys/modules/ibcs2/ibcs2 | 2 +- sys/modules/ibcs2/ibcs2.8 | 2 +- sys/modules/ibcs2/ibcs2.c | 2 +- sys/modules/ibcs2/ibcs2.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/modules/ibcs2') diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile index c72f985..a7f162d 100644 --- a/sys/modules/ibcs2/Makefile +++ b/sys/modules/ibcs2/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod diff --git a/sys/modules/ibcs2/ibcs2 b/sys/modules/ibcs2/ibcs2 index 21f591e..3f804bf 100755 --- a/sys/modules/ibcs2/ibcs2 +++ b/sys/modules/ibcs2/ibcs2 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ibcs2,v 1.3 1995/10/10 08:38:11 swallace Exp $ +# $FreeBSD$ if [ $# -le 1 ]; then LOADERS="coff" # elf fi diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8 index eb43254..04b8ab2 100644 --- a/sys/modules/ibcs2/ibcs2.8 +++ b/sys/modules/ibcs2/ibcs2.8 @@ -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: ibcs2.8,v 1.1 1995/11/28 21:12:06 joerg Exp $ +.\" $FreeBSD$ .\" .Dd November 27, 1995 .Dt IBCS2 8 diff --git a/sys/modules/ibcs2/ibcs2.c b/sys/modules/ibcs2/ibcs2.c index f7f9ec1..6184ec6 100644 --- a/sys/modules/ibcs2/ibcs2.c +++ b/sys/modules/ibcs2/ibcs2.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: ibcs2.c,v 1.6 1995/11/13 07:18:27 bde Exp $ + * $FreeBSD$ */ #include diff --git a/sys/modules/ibcs2/ibcs2.sh b/sys/modules/ibcs2/ibcs2.sh index 21f591e..3f804bf 100644 --- a/sys/modules/ibcs2/ibcs2.sh +++ b/sys/modules/ibcs2/ibcs2.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ibcs2,v 1.3 1995/10/10 08:38:11 swallace Exp $ +# $FreeBSD$ if [ $# -le 1 ]; then LOADERS="coff" # elf fi -- cgit v1.1