diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-20 00:16:49 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-20 00:16:49 +0000 |
commit | 7a85407ad7dfbbdae7987bcff091bb36a6b83aee (patch) | |
tree | 9ccdf2f6c69e071e12b04d872ba911157a73d7a3 /sbin/fsck | |
parent | 37af766bc526e3dfbf5ab01dc560bd01e1adffe6 (diff) |
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/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 |
13 files changed, 13 insertions, 13 deletions
diff --git a/sbin/fsck/dir.c b/sbin/fsck/dir.c index f5fb6a0ef30a..6e8f06c89f3a 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.14.2.1 1999/08/29 15:13:03 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 59d7fa8d1a47..16766fde670e 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.13.2.1 1999/08/29 15:13:04 peter Exp $ .\" .Dd November 15, 1996 .Dt FSCK 8 diff --git a/sbin/fsck/inode.c b/sbin/fsck/inode.c index 98295be26ed4..fd85aabba64d 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.18.2.1 1999/08/29 15:13:04 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/main.c b/sbin/fsck/main.c index 8d9afdbdbc49..1cc0bc1f5376 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.17.2.1 1999/08/29 15:13:05 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass1.c b/sbin/fsck/pass1.c index dd09b009705e..1eaa8bd466c7 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.15.2.1 1999/08/29 15:13:06 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass1b.c b/sbin/fsck/pass1b.c index 7ef662f27364..6a2a38d4a2b6 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.6.2.1 1999/08/29 15:13:06 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass2.c b/sbin/fsck/pass2.c index 088ecffb9817..347cf01339e0 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.9.2.1 1999/08/29 15:13:07 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass3.c b/sbin/fsck/pass3.c index 80e38e9cbf4f..77dad2c39aec 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.6.2.1 1999/08/29 15:13:07 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass4.c b/sbin/fsck/pass4.c index 0012c50adc7e..2a717c9a9fde 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.6.2.1 1999/08/29 15:13:08 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass5.c b/sbin/fsck/pass5.c index d5edaace1690..451e6b75bfe0 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.16.2.1 1999/08/29 15:13:08 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index 3e85a0e18dd9..d91f5fd8007d 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.11.2.1 1999/08/29 15:13:09 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/setup.c b/sbin/fsck/setup.c index 7444d37536c5..26dfe351352b 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.14.2.1 1999/08/29 15:13:10 peter Exp $"; #endif /* not lint */ #define DKTYPENAMES diff --git a/sbin/fsck/utilities.c b/sbin/fsck/utilities.c index 1efdabcd11d0..eeb894867cf5 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.10.2.1 1999/08/29 15:13:11 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |