diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sbin/dump | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sbin/dump')
| -rw-r--r-- | sbin/dump/Makefile | 2 | ||||
| -rw-r--r-- | sbin/dump/dump.8 | 2 | ||||
| -rw-r--r-- | sbin/dump/dump.h | 2 | ||||
| -rw-r--r-- | sbin/dump/dumpitime.c | 2 | ||||
| -rw-r--r-- | sbin/dump/dumpmain.c | 2 | ||||
| -rw-r--r-- | sbin/dump/dumpoptr.c | 2 | ||||
| -rw-r--r-- | sbin/dump/dumprmt.c | 2 | ||||
| -rw-r--r-- | sbin/dump/dumptape.c | 2 | ||||
| -rw-r--r-- | sbin/dump/dumptraverse.c | 2 | ||||
| -rw-r--r-- | sbin/dump/pathnames.h | 2 | ||||
| -rw-r--r-- | sbin/dump/rdump.8 | 2 | ||||
| -rw-r--r-- | sbin/dump/unctime.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 61110fa41be4..050b1839bc4f 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.12 (Berkeley) 3/7/91 # -# $Header: /a/cvs/386BSD/src/sbin/dump/Makefile,v 1.4 1993/07/22 16:49:11 jkh Exp $ +# $Header: /home/cvs/386BSD/src/sbin/dump/Makefile,v 1.4 1993/07/22 16:49:11 jkh Exp $ # dump.h header file # dumpitime.c reads /etc/dumpdates diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 567c18511d90..ff5a914a191b 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -31,7 +31,7 @@ .\" .\" @(#)dump.8 6.8 (Berkeley) 6/17/91 .\" -.\" $Header: /a/cvs/386BSD/src/sbin/dump/dump.8,v 1.2 1993/07/22 16:49:13 jkh Exp $ +.\" $Header: /home/cvs/386BSD/src/sbin/dump/dump.8,v 1.2.2.1 1994/05/01 16:06:51 jkh Exp $ .\" .Dd June 17, 1991 .Dt DUMP 8 diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index 5f7d7dfb2cf1..6cabf7e01ffa 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -32,7 +32,7 @@ * * @(#)dump.h 5.16 (Berkeley) 5/29/91 * - * $Header: /a/cvs/386BSD/src/sbin/dump/dump.h,v 1.2 1993/07/22 16:49:14 jkh Exp $ + * $Header: /home/cvs/386BSD/src/sbin/dump/dump.h,v 1.2 1993/07/22 16:49:14 jkh Exp $ */ #define MAXINOPB (MAXBSIZE / sizeof(struct dinode)) diff --git a/sbin/dump/dumpitime.c b/sbin/dump/dumpitime.c index 4852b69cfc3b..b2edc4170886 100644 --- a/sbin/dump/dumpitime.c +++ b/sbin/dump/dumpitime.c @@ -33,7 +33,7 @@ #ifndef lint static char sccsid[] = "@(#)dumpitime.c 5.7 (Berkeley) 3/7/91"; -static char rcsid[] = "$Header: /a/cvs/386BSD/src/sbin/dump/dumpitime.c,v 1.2 1993/07/22 16:49:15 jkh Exp $"; +static char rcsid[] = "$Header: /home/cvs/386BSD/src/sbin/dump/dumpitime.c,v 1.2 1993/07/22 16:49:15 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/dumpmain.c b/sbin/dump/dumpmain.c index eb1aaf438c6d..a6f6e3c04baa 100644 --- a/sbin/dump/dumpmain.c +++ b/sbin/dump/dumpmain.c @@ -39,7 +39,7 @@ char copyright[] = #ifndef lint static char sccsid[] = "@(#)dumpmain.c 5.16 (Berkeley) 4/24/91"; -static char rcsid[] = "$Header: /a/cvs/386BSD/src/sbin/dump/dumpmain.c,v 1.3 1993/09/13 21:25:11 rgrimes Exp $"; +static char rcsid[] = "$Header: /home/cvs/386BSD/src/sbin/dump/dumpmain.c,v 1.3 1993/09/13 21:25:11 rgrimes Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/dumpoptr.c b/sbin/dump/dumpoptr.c index 1bb5b262fa07..deff36a7fd19 100644 --- a/sbin/dump/dumpoptr.c +++ b/sbin/dump/dumpoptr.c @@ -33,7 +33,7 @@ #ifndef lint static char sccsid[] = "@(#)dumpoptr.c 5.8 (Berkeley) 3/7/91"; -static char rcsid[] = "$Header: /a/cvs/386BSD/src/sbin/dump/dumpoptr.c,v 1.2 1993/07/22 16:49:17 jkh Exp $"; +static char rcsid[] = "$Header: /home/cvs/386BSD/src/sbin/dump/dumpoptr.c,v 1.2 1993/07/22 16:49:17 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index aad16dec7357..7780041936f5 100644 --- a/sbin/dump/dumprmt.c +++ b/sbin/dump/dumprmt.c @@ -33,7 +33,7 @@ #ifndef lint static char sccsid[] = "@(#)dumprmt.c 5.11 (Berkeley) 3/7/91"; -static char rcsid[] = "$Header: /a/cvs/386BSD/src/sbin/dump/dumprmt.c,v 1.3 1993/09/13 21:25:12 rgrimes Exp $"; +static char rcsid[] = "$Header: /home/cvs/386BSD/src/sbin/dump/dumprmt.c,v 1.3 1993/09/13 21:25:12 rgrimes Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/dumptape.c b/sbin/dump/dumptape.c index 952e586ee508..52992ecf8117 100644 --- a/sbin/dump/dumptape.c +++ b/sbin/dump/dumptape.c @@ -33,7 +33,7 @@ #ifndef lint static char sccsid[] = "@(#)dumptape.c 5.18 (Berkeley) 4/24/91"; -static char rcsid[] = "$Header: /a/cvs/386BSD/src/sbin/dump/dumptape.c,v 1.2 1993/07/22 16:49:19 jkh Exp $"; +static char rcsid[] = "$Header: /home/cvs/386BSD/src/sbin/dump/dumptape.c,v 1.2 1993/07/22 16:49:19 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/dumptraverse.c b/sbin/dump/dumptraverse.c index 75a74418f84f..e1d6373e8ad5 100644 --- a/sbin/dump/dumptraverse.c +++ b/sbin/dump/dumptraverse.c @@ -33,7 +33,7 @@ #ifndef lint static char sccsid[] = "@(#)dumptraverse.c 5.11 (Berkeley) 3/7/91"; -static char rcsid[] = "$Header: /a/cvs/386BSD/src/sbin/dump/dumptraverse.c,v 1.2 1993/07/22 16:49:20 jkh Exp $"; +static char rcsid[] = "$Header: /home/cvs/386BSD/src/sbin/dump/dumptraverse.c,v 1.2 1993/07/22 16:49:20 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index 5e2e620bdcfd..e3a37f4dc4ae 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 5.6 (Berkeley) 2/28/91 * - * $Header: /a/cvs/386BSD/src/sbin/dump/pathnames.h,v 1.2 1993/07/22 16:49:21 jkh Exp $ + * $Header: /home/cvs/386BSD/src/sbin/dump/pathnames.h,v 1.2 1993/07/22 16:49:21 jkh Exp $ */ #include <paths.h> diff --git a/sbin/dump/rdump.8 b/sbin/dump/rdump.8 index 8a826241e6b5..acbfeab5367b 100644 --- a/sbin/dump/rdump.8 +++ b/sbin/dump/rdump.8 @@ -31,7 +31,7 @@ .\" .\" @(#)rdump.8 6.3 (Berkeley) 3/16/91 .\" -.\" $Header: /a/cvs/386BSD/src/sbin/dump/rdump.8,v 1.3 1993/09/13 21:25:13 rgrimes Exp $ +.\" $Header: /home/cvs/386BSD/src/sbin/dump/rdump.8,v 1.3.2.1 1994/05/01 16:06:53 jkh Exp $ .\" .Dd March 16, 1991 .Dt RDUMP 8 diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index c0f447e63dc9..ced65389135b 100644 --- a/sbin/dump/unctime.c +++ b/sbin/dump/unctime.c @@ -33,7 +33,7 @@ #ifndef lint static char sccsid[] = "@(#)unctime.c 5.4 (Berkeley) 3/7/91"; -static char rcsid[] = "$Header: /a/cvs/386BSD/src/sbin/dump/unctime.c,v 1.2 1993/07/22 16:49:23 jkh Exp $"; +static char rcsid[] = "$Header: /home/cvs/386BSD/src/sbin/dump/unctime.c,v 1.2 1993/07/22 16:49:23 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> |
