summaryrefslogtreecommitdiff
path: root/sbin/restore
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-25 21:57:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-25 21:57:54 +0000
commitba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch)
tree38b022cfba11bdd4a90667961e31cfc475ffc7c3 /sbin/restore
parent2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff)
Diffstat (limited to 'sbin/restore')
-rw-r--r--sbin/restore/Makefile2
-rw-r--r--sbin/restore/dirs.c2
-rw-r--r--sbin/restore/extern.h2
-rw-r--r--sbin/restore/interactive.c2
-rw-r--r--sbin/restore/main.c2
-rw-r--r--sbin/restore/restore.82
-rw-r--r--sbin/restore/restore.c2
-rw-r--r--sbin/restore/symtab.c2
-rw-r--r--sbin/restore/tape.c2
-rw-r--r--sbin/restore/utilities.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 2da8e87cf64c..c1a150a9d084 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 f30eacdc9094..b7613bd90575 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.1 2000/07/21 09:00:08 dwmalone Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h
index 05ca7428a45f..471a7002f4ff 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 ca0bc842673b..66be5b0a9c08 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 1999/08/28 00:14:05 peter Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/restore/main.c b/sbin/restore/main.c
index f6a6872c9847..7933f3c4d0c0 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 af81e8661499..b3895ecda602 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.2 2000/08/11 10:40:51 sheldonh Exp $
.\"
.Dd May 1, 1995
.Dt RESTORE 8
diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c
index 33496f39adaf..a4632eb91b3f 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 c20521373632..2ee8fcd3df3b 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 602ce61a81aa..d0761d6ff1bf 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.2 2000/09/15 15:09:37 mjacob Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c
index b51f90c3a8f7..a7b2ce569f41 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 1999/08/28 00:14:09 peter Exp $";
#endif /* not lint */
#include <sys/param.h>