summaryrefslogtreecommitdiffstats
path: root/release/floppies
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-02-22 14:13:04 +0000
committerpeter <peter@FreeBSD.org>1997-02-22 14:13:04 +0000
commit83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (patch)
tree16d873bf76fc7c6d690bc0683913691dcb63f950 /release/floppies
parentecf45268515a5c2dec147e793d4870a2d411e91e (diff)
downloadFreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.zip
FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.tar.gz
Revert $FreeBSD$ to $Id$
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 fbba5a7..8d5b150 100644
--- a/release/floppies/Makefile
+++ b/release/floppies/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $Id$
#
SUBDIR= boot fixit
PROG=write_mfs_in_kernel
diff --git a/release/floppies/boot/Makefile b/release/floppies/boot/Makefile
index 60cd903..6200afe 100644
--- a/release/floppies/boot/Makefile
+++ b/release/floppies/boot/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $Id$
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 1c80088..d9edd11 100644
--- a/release/floppies/boot/crunch/crunch.conf
+++ b/release/floppies/boot/crunch/crunch.conf
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $Id$
srcdirs /usr/src/bin
srcdirs /usr/src/release
diff --git a/release/floppies/boot/floppy/Makefile b/release/floppies/boot/floppy/Makefile
index 7618a45..906a96b 100644
--- a/release/floppies/boot/floppy/Makefile
+++ b/release/floppies/boot/floppy/Makefile
@@ -1,5 +1,5 @@
-# $FreeBSD$
+# $Id$
# 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 21d139b..8917397 100644
--- a/release/floppies/boot/mfs/Makefile
+++ b/release/floppies/boot/mfs/Makefile
@@ -1,5 +1,5 @@
###
-# $FreeBSD$
+# $Id$
#
# 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 c301dc5..14c06b9 100644
--- a/release/floppies/crunch_fs.mk
+++ b/release/floppies/crunch_fs.mk
@@ -1,5 +1,5 @@
###
-# $FreeBSD$
+# $Id$
#
# 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 6109791..0e63f81 100644
--- a/release/floppies/fixit/Makefile
+++ b/release/floppies/fixit/Makefile
@@ -1,5 +1,5 @@
###
-# $FreeBSD$
+# $Id$
#
SUBDIR= crunch image
diff --git a/release/floppies/fixit/crunch/crunch.conf b/release/floppies/fixit/crunch/crunch.conf
index 36c52e3..d05160e 100644
--- a/release/floppies/fixit/crunch/crunch.conf
+++ b/release/floppies/fixit/crunch/crunch.conf
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $Id$
# 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 63fd3ad..f946522 100644
--- a/release/floppies/fixit/image/Makefile
+++ b/release/floppies/fixit/image/Makefile
@@ -1,5 +1,5 @@
###
-# $FreeBSD$
+# $Id$
#
# 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 a1de62e..38bdf8b 100644
--- a/release/floppies/fixit/verbatim/.profile
+++ b/release/floppies/fixit/verbatim/.profile
@@ -1,5 +1,5 @@
:
-# $FreeBSD$
+# $Id$
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 818942a..358c7d9 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
* ----------------------------------------------------------------------------
*
- * $FreeBSD$
+ * $Id$
*
* This program patches a filesystem into a kernel made with MFS_ROOT
* option.
OpenPOWER on IntegriCloud