diff options
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/dumprmt.c | 2 | ||||
-rw-r--r-- | sbin/dump/itime.c | 2 | ||||
-rw-r--r-- | sbin/dump/main.c | 2 | ||||
-rw-r--r-- | sbin/dump/optr.c | 2 | ||||
-rw-r--r-- | sbin/dump/tape.c | 2 | ||||
-rw-r--r-- | sbin/dump/traverse.c | 2 | ||||
-rw-r--r-- | sbin/dump/unctime.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 8d12faa6d513f..a530038d18419 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id: Makefile,v 1.7 1998/08/06 21:40:13 markm Exp $ +# $Id: Makefile,v 1.8 1998/09/19 22:42:02 obrien Exp $ # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index d0b517ea9653e..a4dbc5257725e 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dump.8 8.3 (Berkeley) 5/1/95 -.\" $Id: dump.8,v 1.21 1998/06/15 06:58:09 charnier Exp $ +.\" $Id: dump.8,v 1.22 1998/09/22 10:05:17 roberto Exp $ .\" .Dd May 1, 1995 .Dt DUMP 8 diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index caf6736fba0df..059eec0ddb8d3 100644 --- a/sbin/dump/dumprmt.c +++ b/sbin/dump/dumprmt.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dumprmt.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: dumprmt.c,v 1.12 1998/07/14 09:19:46 jkoshy Exp $"; + "$Id: dumprmt.c,v 1.13 1998/09/15 10:25:50 gibbs Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index 483533eb7f824..eddb9ad263414 100644 --- a/sbin/dump/itime.c +++ b/sbin/dump/itime.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: itime.c,v 1.2 1998/06/15 06:58:09 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 5cbefc165a692..0526a9d2872f2 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$Id: main.c,v 1.17 1998/07/14 09:19:47 jkoshy Exp $"; + "$Id: main.c,v 1.18 1998/09/16 20:52:12 andreas Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 318cbd0c51475..51d42d27557ff 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)optr.c 8.2 (Berkeley) 1/6/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: optr.c,v 1.5 1998/06/15 06:58:11 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index e7b66c75867a7..c256382956567 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tape.c 8.4 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$Id: tape.c,v 1.9 1998/06/15 06:58:11 charnier Exp $"; + "$Id: tape.c,v 1.10 1998/09/15 10:25:50 gibbs Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 555e948ceb7aa..9da56ad6f4e93 100644 --- a/sbin/dump/traverse.c +++ b/sbin/dump/traverse.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)traverse.c 8.7 (Berkeley) 6/15/95"; #endif static const char rcsid[] = - "$Id: traverse.c,v 1.7 1998/06/15 06:58:12 charnier Exp $"; + "$Id: traverse.c,v 1.8 1998/10/27 04:01:08 dima Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 09557e5bf9475..5a74d51118442 100644 --- a/sbin/dump/unctime.c +++ b/sbin/dump/unctime.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)unctime.c 8.2 (Berkeley) 6/14/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: unctime.c,v 1.2 1998/06/15 06:58:13 charnier Exp $"; #endif /* not lint */ #include <time.h> |