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/dump | |
| parent | 172a0f0d163415e05ea07968167b11145975a6cb (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/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 b2e0e08c68f1..ef8b10f5c67b 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/dump/Makefile,v 1.12 2000/02/24 21:01:49 markm Exp $ # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 436e7b793edc..7559517fb129 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dump/dump.8,v 1.27 2000/03/01 11:27:03 sheldonh Exp $ .\" .Dd May 1, 1995 .Dt DUMP 8 diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index b6563e529dc9..dddca94e3994 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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/dumprmt.c,v 1.14 1999/08/28 00:12:37 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index 6209dab66feb..1417954d1e9e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/itime.c,v 1.3 1999/08/28 00:12:38 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 30be0c9280ab..695c0b622700 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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/main.c,v 1.20 1999/08/28 00:12:38 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 71dd8d1f6318..0797128877ee 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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/optr.c,v 1.9 1999/11/10 18:11:16 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index b25875fbea95..7fb37d2d9a11 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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/tape.c,v 1.12 1999/08/28 00:12:39 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 18eec042f232..1db0dda4bc8c 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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/traverse.c,v 1.10 1999/08/28 00:12:39 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 4e8e6697c931..3c4d4b09d3d8 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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/unctime.c,v 1.3 1999/08/28 00:12:39 peter Exp $"; #endif /* not lint */ #include <time.h> |
