summaryrefslogtreecommitdiffstats
path: root/release/floppies
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerjkh <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit808a36ef658c1810327b5d329469bcf5dad24b28 (patch)
tree1ee435de0c816086549d85bbabfe30ead7f413ec /release/floppies
parent058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff)
downloadFreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip
FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz
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.
Diffstat (limited to 'release/floppies')
-rw-r--r--release/floppies/Makefile2
-rw-r--r--release/floppies/boot/Makefile2
-rw-r--r--release/floppies/boot/crunch/crunch.conf2
-rw-r--r--release/floppies/boot/floppy/Makefile2
-rw-r--r--release/floppies/boot/mfs/Makefile2
-rw-r--r--release/floppies/crunch_fs.mk2
-rw-r--r--release/floppies/fixit/Makefile2
-rw-r--r--release/floppies/fixit/crunch/crunch.conf2
-rw-r--r--release/floppies/fixit/image/Makefile2
-rw-r--r--release/floppies/fixit/verbatim/.profile2
-rw-r--r--release/floppies/write_mfs_in_kernel.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/release/floppies/Makefile b/release/floppies/Makefile
index 2e4bb21..fbba5a7 100644
--- a/release/floppies/Makefile
+++ b/release/floppies/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/05/29 01:35:18 jkh Exp $
+# $FreeBSD$
#
SUBDIR= boot fixit
PROG=write_mfs_in_kernel
diff --git a/release/floppies/boot/Makefile b/release/floppies/boot/Makefile
index 2dd894d..60cd903 100644
--- a/release/floppies/boot/Makefile
+++ b/release/floppies/boot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
+# $FreeBSD$
SUBDIR= crunch mfs floppy
.include <bsd.subdir.mk>
diff --git a/release/floppies/boot/crunch/crunch.conf b/release/floppies/boot/crunch/crunch.conf
index b9d6f14..1c80088 100644
--- a/release/floppies/boot/crunch/crunch.conf
+++ b/release/floppies/boot/crunch/crunch.conf
@@ -1,4 +1,4 @@
-# $Id: boot_crunch.conf,v 1.23 1996/02/08 18:02:51 phk Exp $
+# $FreeBSD$
srcdirs /usr/src/bin
srcdirs /usr/src/release
diff --git a/release/floppies/boot/floppy/Makefile b/release/floppies/boot/floppy/Makefile
index eddf268..7618a45 100644
--- a/release/floppies/boot/floppy/Makefile
+++ b/release/floppies/boot/floppy/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.2 1996/06/24 04:23:34 jkh Exp $
+# $FreeBSD$
# If this is a RELEASE, then set
# Things which without too much trouble can be considered variables
diff --git a/release/floppies/boot/mfs/Makefile b/release/floppies/boot/mfs/Makefile
index e7981b3..21d139b 100644
--- a/release/floppies/boot/mfs/Makefile
+++ b/release/floppies/boot/mfs/Makefile
@@ -1,5 +1,5 @@
###
-# $Id: Makefile,v 1.1 1996/05/21 01:12:36 julian Exp $
+# $FreeBSD$
#
# What are we if we weren't told..
CRUNCH?= mfs
diff --git a/release/floppies/crunch_fs.mk b/release/floppies/crunch_fs.mk
index 7471389..c301dc5 100644
--- a/release/floppies/crunch_fs.mk
+++ b/release/floppies/crunch_fs.mk
@@ -1,5 +1,5 @@
###
-# $Id: crunch_fs.mk,v 1.1 1996/05/21 01:12:21 julian Exp $
+# $FreeBSD$
#
# This is included to make a floppy that includes a crunch file
#
diff --git a/release/floppies/fixit/Makefile b/release/floppies/fixit/Makefile
index ee278f7..6109791 100644
--- a/release/floppies/fixit/Makefile
+++ b/release/floppies/fixit/Makefile
@@ -1,5 +1,5 @@
###
-# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
+# $FreeBSD$
#
SUBDIR= crunch image
diff --git a/release/floppies/fixit/crunch/crunch.conf b/release/floppies/fixit/crunch/crunch.conf
index f31652e..36c52e3 100644
--- a/release/floppies/fixit/crunch/crunch.conf
+++ b/release/floppies/fixit/crunch/crunch.conf
@@ -1,4 +1,4 @@
-# $Id: fixit_crunch.conf,v 1.6 1996/01/03 23:41:03 joerg Exp $
+# $FreeBSD$
# first, we list the source dirs that our programs reside in. These are
# searched in order listed to find the dir containing each program.
diff --git a/release/floppies/fixit/image/Makefile b/release/floppies/fixit/image/Makefile
index a8a80c4..63fd3ad 100644
--- a/release/floppies/fixit/image/Makefile
+++ b/release/floppies/fixit/image/Makefile
@@ -1,5 +1,5 @@
###
-# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
+# $FreeBSD$
#
# What are we if we weren't told..
CRUNCH?= fixit
diff --git a/release/floppies/fixit/verbatim/.profile b/release/floppies/fixit/verbatim/.profile
index f5664e8..a1de62e 100644
--- a/release/floppies/fixit/verbatim/.profile
+++ b/release/floppies/fixit/verbatim/.profile
@@ -1,5 +1,5 @@
:
-# $Id: fixit.profile,v 1.1 1995/03/15 06:14:19 phk Exp $
+# $FreeBSD$
PATH=/stand
BLOCKSIZE=K
PS1="Fixit# "
diff --git a/release/floppies/write_mfs_in_kernel.c b/release/floppies/write_mfs_in_kernel.c
index 886bdd2..818942a 100644
--- a/release/floppies/write_mfs_in_kernel.c
+++ b/release/floppies/write_mfs_in_kernel.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: write_mfs_in_kernel.c,v 1.1 1995/04/25 03:45:18 phk Exp $
+ * $FreeBSD$
*
* This program patches a filesystem into a kernel made with MFS_ROOT
* option.
OpenPOWER on IntegriCloud