diff options
Diffstat (limited to 'sbin/restore')
| -rw-r--r-- | sbin/restore/Makefile | 2 | ||||
| -rw-r--r-- | sbin/restore/dirs.c | 2 | ||||
| -rw-r--r-- | sbin/restore/extern.h | 2 | ||||
| -rw-r--r-- | sbin/restore/interactive.c | 2 | ||||
| -rw-r--r-- | sbin/restore/main.c | 2 | ||||
| -rw-r--r-- | sbin/restore/restore.8 | 2 | ||||
| -rw-r--r-- | sbin/restore/restore.c | 2 | ||||
| -rw-r--r-- | sbin/restore/symtab.c | 2 | ||||
| -rw-r--r-- | sbin/restore/tape.c | 2 | ||||
| -rw-r--r-- | sbin/restore/utilities.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 2da8e87cf64c2..c1a150a9d0848 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/restore/Makefile,v 1.13 2000/02/24 21:01:54 markm Exp $ PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index d7faa168ee1bd..753332200ec4d 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)dirs.c 8.7 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/dirs.c,v 1.14.2.2 2001/03/04 08:04:32 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index 05ca7428a45fd..471a7002f4ff0 100644 --- a/sbin/restore/extern.h +++ b/sbin/restore/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 1/7/94 - * $FreeBSD$ + * $FreeBSD: src/sbin/restore/extern.h,v 1.5 1999/08/28 00:14:05 peter Exp $ */ struct entry *addentry __P((char *, ino_t, int)); diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 1fd8930e2fcc2..9af8238daa335 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)interactive.c 8.5 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/interactive.c,v 1.8.2.1 2001/01/03 14:36:08 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/main.c b/sbin/restore/main.c index f6a6872c9847a..7933f3c4d0c0c 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/main.c,v 1.10 1999/08/28 00:14:07 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 3d7c3b3028041..8fa20dcf3838f 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)restore.8 8.4 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/restore/restore.8,v 1.20.2.6 2001/03/05 19:33:55 ru Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index 33496f39adaf6..a4632eb91b3f5 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/restore.c,v 1.7 1999/08/28 00:14:08 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index c20521373632f..2ee8fcd3df3bc 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)symtab.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/symtab.c,v 1.7 1999/08/28 00:14:08 peter Exp $"; #endif /* not lint */ /* diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index fdae506c2e60f..5967c914c4021 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)tape.c 8.9 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/tape.c,v 1.16.2.4 2001/03/04 08:06:11 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index b7681f7683772..4a12bae9021bd 100644 --- a/sbin/restore/utilities.c +++ b/sbin/restore/utilities.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)utilities.c 8.5 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/utilities.c,v 1.8.2.1 2001/01/03 14:36:08 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> |
