diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
| commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
| tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /sbin/fsck | |
| parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvs
'RELENG_4_0_0_RELEASE'.
This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sbin/fsck')
| -rw-r--r-- | sbin/fsck/dir.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/fsck.8 | 2 | ||||
| -rw-r--r-- | sbin/fsck/fsck.h | 2 | ||||
| -rw-r--r-- | sbin/fsck/inode.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/main.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/pass1.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/pass1b.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/pass2.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/pass3.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/pass4.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/pass5.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/preen.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/setup.c | 2 | ||||
| -rw-r--r-- | sbin/fsck/utilities.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/sbin/fsck/dir.c b/sbin/fsck/dir.c index f5fb6a0ef30a..e36e7db95fda 100644 --- a/sbin/fsck/dir.c +++ b/sbin/fsck/dir.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)dir.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/dir.c,v 1.15 1999/08/28 00:12:45 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 59d7fa8d1a47..dcc5499071d1 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fsck.8 8.4 (Berkeley) 5/9/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck/fsck.8,v 1.14 1999/08/28 00:12:45 peter Exp $ .\" .Dd November 15, 1996 .Dt FSCK 8 diff --git a/sbin/fsck/fsck.h b/sbin/fsck/fsck.h index 9d59c8ff2526..c820c78ccc04 100644 --- a/sbin/fsck/fsck.h +++ b/sbin/fsck/fsck.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fsck.h 8.4 (Berkeley) 5/9/95 - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck/fsck.h,v 1.12 2000/02/28 20:02:40 mckusick Exp $ */ #include <unistd.h> diff --git a/sbin/fsck/inode.c b/sbin/fsck/inode.c index dbf86f760f81..7dedc3d10dd8 100644 --- a/sbin/fsck/inode.c +++ b/sbin/fsck/inode.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/inode.c,v 1.20 2000/02/28 20:02:41 mckusick Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/main.c b/sbin/fsck/main.c index 6463990b5e6f..3ab8c75808b6 100644 --- a/sbin/fsck/main.c +++ b/sbin/fsck/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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/main.c,v 1.21 2000/01/10 14:20:53 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass1.c b/sbin/fsck/pass1.c index dd09b009705e..09f689bd90b6 100644 --- a/sbin/fsck/pass1.c +++ b/sbin/fsck/pass1.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass1.c,v 1.16 1999/08/28 00:12:46 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass1b.c b/sbin/fsck/pass1b.c index 7ef662f27364..0c0c9d4d5930 100644 --- a/sbin/fsck/pass1b.c +++ b/sbin/fsck/pass1b.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass1b.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass1b.c,v 1.7 1999/08/28 00:12:46 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass2.c b/sbin/fsck/pass2.c index 088ecffb9817..df69ca7048a9 100644 --- a/sbin/fsck/pass2.c +++ b/sbin/fsck/pass2.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass2.c 8.9 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass2.c,v 1.10 1999/08/28 00:12:46 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass3.c b/sbin/fsck/pass3.c index 80e38e9cbf4f..06eaba0dba8a 100644 --- a/sbin/fsck/pass3.c +++ b/sbin/fsck/pass3.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass3.c 8.2 (Berkeley) 4/27/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass3.c,v 1.7 1999/08/28 00:12:47 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass4.c b/sbin/fsck/pass4.c index 0012c50adc7e..4ce15c3bcf6d 100644 --- a/sbin/fsck/pass4.c +++ b/sbin/fsck/pass4.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass4.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass4.c,v 1.7 1999/08/28 00:12:47 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass5.c b/sbin/fsck/pass5.c index d5edaace1690..6d45fba704e5 100644 --- a/sbin/fsck/pass5.c +++ b/sbin/fsck/pass5.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass5.c,v 1.17 1999/08/28 00:12:47 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index e43aada8d10d..51943b259843 100644 --- a/sbin/fsck/preen.c +++ b/sbin/fsck/preen.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)preen.c 8.5 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/preen.c,v 1.16 1999/12/30 16:32:40 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/setup.c b/sbin/fsck/setup.c index 49bbc8d99883..a6d1716c0ff6 100644 --- a/sbin/fsck/setup.c +++ b/sbin/fsck/setup.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)setup.c 8.10 (Berkeley) 5/9/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/setup.c,v 1.17 2000/02/28 20:02:41 mckusick Exp $"; #endif /* not lint */ #define DKTYPENAMES diff --git a/sbin/fsck/utilities.c b/sbin/fsck/utilities.c index 1efdabcd11d0..f81e02b8ee66 100644 --- a/sbin/fsck/utilities.c +++ b/sbin/fsck/utilities.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/utilities.c,v 1.11 1999/08/28 00:12:49 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |
