diff options
Diffstat (limited to 'sbin/dump')
-rw-r--r-- | sbin/dump/Makefile | 2 | ||||
-rw-r--r-- | sbin/dump/cache.c | 2 | ||||
-rw-r--r-- | sbin/dump/dump.8 | 2 | ||||
-rw-r--r-- | sbin/dump/dump.h | 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/pathnames.h | 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 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 608162aa570e..da7a85839c00 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.24.28.1 2008/11/25 02:59:29 kensmith Exp $ # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/cache.c b/sbin/dump/cache.c index 906ac2716959..68b689aff1e3 100644 --- a/sbin/dump/cache.c +++ b/sbin/dump/cache.c @@ -3,7 +3,7 @@ * * Block cache for dump * - * $FreeBSD$ + * $FreeBSD: src/sbin/dump/cache.c,v 1.2.30.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 6759bdaabdd4..9cae27c575e8 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dump.8 8.3 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dump/dump.8,v 1.75.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd February 24, 2006 .Dt DUMP 8 diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index d467668b7e82..4ec779d329ad 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -28,7 +28,7 @@ * * @(#)dump.h 8.2 (Berkeley) 4/28/95 * - * $FreeBSD$ + * $FreeBSD: src/sbin/dump/dump.h,v 1.28.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index dd02642bdbf6..ca818faf3eba 100644 --- a/sbin/dump/dumprmt.c +++ b/sbin/dump/dumprmt.c @@ -32,7 +32,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.22.26.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index de880bbc030c..c0b33b2d4876 100644 --- a/sbin/dump/itime.c +++ b/sbin/dump/itime.c @@ -32,7 +32,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.16.18.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 827ffcc129f3..a5d5bc8e8b57 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -38,7 +38,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.65.6.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 8fc255ae73c5..2c301603b654 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -32,7 +32,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.35.6.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index eb3ce3977af2..7ec50c2943ab 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $FreeBSD$ + * $FreeBSD: src/sbin/dump/pathnames.h,v 1.9.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index 913409fb7b01..1fed8f6b17dc 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -32,7 +32,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.27.18.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 211cfa6370b9..a50b9d4f9422 100644 --- a/sbin/dump/traverse.c +++ b/sbin/dump/traverse.c @@ -32,7 +32,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.40.6.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 3720ebf550fd..cb65e5697bfc 100644 --- a/sbin/dump/unctime.c +++ b/sbin/dump/unctime.c @@ -32,7 +32,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.6.26.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <time.h> |