aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
diff options
context:
space:
mode:
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/restore.h2
-rw-r--r--sbin/restore/symtab.c2
-rw-r--r--sbin/restore/tape.c2
-rw-r--r--sbin/restore/utilities.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index c06a3db9116c..0b631d97fc6b 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.22 2004/02/23 20:13:56 johan Exp $
.PATH: ${.CURDIR}/../dump
diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c
index 327d3ed01d9b..7b39a4ae8461 100644
--- a/sbin/restore/dirs.c
+++ b/sbin/restore/dirs.c
@@ -37,7 +37,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.27 2004/05/24 16:24:26 stefanf Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h
index 603a56105942..9094c9db08d9 100644
--- a/sbin/restore/extern.h
+++ b/sbin/restore/extern.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 1/7/94
- * $FreeBSD$
+ * $FreeBSD: src/sbin/restore/extern.h,v 1.10 2004/05/24 16:24:26 stefanf Exp $
*/
struct entry *addentry(char *, ino_t, int);
diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c
index 209c5a54e99d..e8350a402281 100644
--- a/sbin/restore/interactive.c
+++ b/sbin/restore/interactive.c
@@ -32,7 +32,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.16 2004/05/24 16:24:26 stefanf Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/restore/main.c b/sbin/restore/main.c
index b2ace5db112f..e15d6360d7ca 100644
--- a/sbin/restore/main.c
+++ b/sbin/restore/main.c
@@ -38,7 +38,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.23 2004/04/13 02:58:06 green Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index 1d5776021272..14a266af97b0 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)restore.8 8.4 (Berkeley) 5/1/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/restore/restore.8,v 1.47 2004/07/02 21:45:05 ru Exp $
.\"
.Dd May 1, 1995
.Dt RESTORE 8
diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c
index a1a8c8853487..79b910a73c3d 100644
--- a/sbin/restore/restore.c
+++ b/sbin/restore/restore.c
@@ -32,7 +32,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.17 2004/04/09 19:58:36 markm Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h
index 05ca6209783d..cefb51ffccd7 100644
--- a/sbin/restore/restore.h
+++ b/sbin/restore/restore.h
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* @(#)restore.h 8.3 (Berkeley) 9/13/94
- * $FreeBSD$
+ * $FreeBSD: src/sbin/restore/restore.h,v 1.8 2004/04/09 19:58:36 markm Exp $
*/
/*
diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c
index b7eff268e653..fb1d5cec68fa 100644
--- a/sbin/restore/symtab.c
+++ b/sbin/restore/symtab.c
@@ -32,7 +32,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.14 2004/04/09 19:58:36 markm Exp $";
#endif /* not lint */
/*
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c
index 28bca7f7104d..e1bd8edbfaa4 100644
--- a/sbin/restore/tape.c
+++ b/sbin/restore/tape.c
@@ -37,7 +37,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.40 2004/05/24 16:10:57 stefanf Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c
index 6b984e409749..ba8840bd605b 100644
--- a/sbin/restore/utilities.c
+++ b/sbin/restore/utilities.c
@@ -32,7 +32,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.14 2004/04/09 19:58:36 markm Exp $";
#endif /* not lint */
#include <sys/param.h>