From 76f0c923fe4b2a1616453876611dc76b4f6b5355 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 00:22:10 +0000 Subject: $Id$ -> $FreeBSD$ --- sbin/fsck_ifs/dir.c | 2 +- sbin/fsck_ifs/fsck_ifs.8 | 2 +- sbin/fsck_ifs/inode.c | 2 +- sbin/fsck_ifs/main.c | 2 +- sbin/fsck_ifs/pass1.c | 2 +- sbin/fsck_ifs/pass1b.c | 2 +- sbin/fsck_ifs/pass2.c | 2 +- sbin/fsck_ifs/pass3.c | 2 +- sbin/fsck_ifs/pass4.c | 2 +- sbin/fsck_ifs/pass5.c | 2 +- sbin/fsck_ifs/preen.c | 2 +- sbin/fsck_ifs/setup.c | 2 +- sbin/fsck_ifs/utilities.c | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'sbin/fsck_ifs') diff --git a/sbin/fsck_ifs/dir.c b/sbin/fsck_ifs/dir.c index 71e8a05b..f5fb6a0 100644 --- a/sbin/fsck_ifs/dir.c +++ b/sbin/fsck_ifs/dir.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)dir.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: dir.c,v 1.12 1998/09/23 05:37:35 nate Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/fsck_ifs.8 b/sbin/fsck_ifs/fsck_ifs.8 index 5ce5e0f..59d7fa8 100644 --- a/sbin/fsck_ifs/fsck_ifs.8 +++ b/sbin/fsck_ifs/fsck_ifs.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fsck.8 8.4 (Berkeley) 5/9/95 -.\" $Id: fsck.8,v 1.11 1998/06/15 07:07:12 charnier Exp $ +.\" $FreeBSD$ .\" .Dd November 15, 1996 .Dt FSCK 8 diff --git a/sbin/fsck_ifs/inode.c b/sbin/fsck_ifs/inode.c index 5a8acd2..98295be 100644 --- a/sbin/fsck_ifs/inode.c +++ b/sbin/fsck_ifs/inode.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: inode.c,v 1.16 1998/08/01 18:03:28 dfr Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/main.c b/sbin/fsck_ifs/main.c index bcf0021..8d9afdb 100644 --- a/sbin/fsck_ifs/main.c +++ b/sbin/fsck_ifs/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95"; #endif static const char rcsid[] = - "$Id: main.c,v 1.15 1998/11/05 03:26:36 mjacob Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/pass1.c b/sbin/fsck_ifs/pass1.c index 0d3fc47..dd09b00 100644 --- a/sbin/fsck_ifs/pass1.c +++ b/sbin/fsck_ifs/pass1.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: pass1.c,v 1.13 1998/07/06 19:11:35 bde Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/pass1b.c b/sbin/fsck_ifs/pass1b.c index 9380382..7ef662f 100644 --- a/sbin/fsck_ifs/pass1b.c +++ b/sbin/fsck_ifs/pass1b.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass1b.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: pass1b.c,v 1.4 1998/06/15 07:07:17 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/pass2.c b/sbin/fsck_ifs/pass2.c index 878bcbe..088ecff 100644 --- a/sbin/fsck_ifs/pass2.c +++ b/sbin/fsck_ifs/pass2.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass2.c 8.9 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: pass2.c,v 1.7 1998/06/15 07:07:18 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/pass3.c b/sbin/fsck_ifs/pass3.c index f91f2c1..80e38e9 100644 --- a/sbin/fsck_ifs/pass3.c +++ b/sbin/fsck_ifs/pass3.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass3.c 8.2 (Berkeley) 4/27/95"; #endif static const char rcsid[] = - "$Id: pass3.c,v 1.4 1998/06/15 07:07:18 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/pass4.c b/sbin/fsck_ifs/pass4.c index 77b03ee..0012c50 100644 --- a/sbin/fsck_ifs/pass4.c +++ b/sbin/fsck_ifs/pass4.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass4.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: pass4.c,v 1.4 1998/06/15 07:07:19 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/pass5.c b/sbin/fsck_ifs/pass5.c index d546e3f..d5edaac 100644 --- a/sbin/fsck_ifs/pass5.c +++ b/sbin/fsck_ifs/pass5.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: pass5.c,v 1.14 1998/08/15 10:07:33 dfr Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/preen.c b/sbin/fsck_ifs/preen.c index ffae2c6..94baefa 100644 --- a/sbin/fsck_ifs/preen.c +++ b/sbin/fsck_ifs/preen.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)preen.c 8.5 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: preen.c,v 1.11 1998/12/03 02:41:11 julian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/setup.c b/sbin/fsck_ifs/setup.c index 88a7b6b..7444d375 100644 --- a/sbin/fsck_ifs/setup.c +++ b/sbin/fsck_ifs/setup.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)setup.c 8.10 (Berkeley) 5/9/95"; #endif static const char rcsid[] = - "$Id: setup.c,v 1.12 1998/06/28 19:23:03 bde Exp $"; + "$FreeBSD$"; #endif /* not lint */ #define DKTYPENAMES diff --git a/sbin/fsck_ifs/utilities.c b/sbin/fsck_ifs/utilities.c index b072964..1efdabc 100644 --- a/sbin/fsck_ifs/utilities.c +++ b/sbin/fsck_ifs/utilities.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif static const char rcsid[] = - "$Id: utilities.c,v 1.8 1998/06/15 07:07:21 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include -- cgit v1.1