diff options
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/Makefile | 2 | ||||
-rw-r--r-- | sbin/restore/dirs.c | 3 | ||||
-rw-r--r-- | sbin/restore/extern.h | 1 | ||||
-rw-r--r-- | sbin/restore/interactive.c | 3 | ||||
-rw-r--r-- | sbin/restore/pathnames.h | 1 | ||||
-rw-r--r-- | sbin/restore/restore.8 | 1 | ||||
-rw-r--r-- | sbin/restore/restore.c | 3 | ||||
-rw-r--r-- | sbin/restore/restore.h | 1 | ||||
-rw-r--r-- | sbin/restore/symtab.c | 3 | ||||
-rw-r--r-- | sbin/restore/utilities.c | 3 |
10 files changed, 15 insertions, 6 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 3a1f12bf1eb..13b2f32e72f 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:13 deraadt Exp $ # $NetBSD: Makefile,v 1.14 1995/03/18 14:59:39 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index 94138339be2..9d77b348c00 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dirs.c,v 1.4 1996/06/23 14:32:14 deraadt Exp $ */ /* $NetBSD: dirs.c,v 1.16 1995/06/19 00:20:11 cgd Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)dirs.c 8.5 (Berkeley) 8/31/94"; #else -static char rcsid[] = "$NetBSD: dirs.c,v 1.16 1995/06/19 00:20:11 cgd Exp $"; +static char rcsid[] = "$OpenBSD: dirs.c,v 1.4 1996/06/23 14:32:14 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index b3ed36a8960..ec59d73b620 100644 --- a/sbin/restore/extern.h +++ b/sbin/restore/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:32:15 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.4 1995/03/18 14:59:43 cgd Exp $ */ /*- diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index effae85dfe3..12888f75821 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -1,3 +1,4 @@ +/* $OpenBSD: interactive.c,v 1.2 1996/06/23 14:32:15 deraadt Exp $ */ /* $NetBSD: interactive.c,v 1.9 1995/03/18 14:59:44 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)interactive.c 8.3 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$NetBSD: interactive.c,v 1.9 1995/03/18 14:59:44 cgd Exp $"; +static char rcsid[] = "$OpenBSD: interactive.c,v 1.2 1996/06/23 14:32:15 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/pathnames.h b/sbin/restore/pathnames.h index 64899c92abd..c66392458a1 100644 --- a/sbin/restore/pathnames.h +++ b/sbin/restore/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:32:16 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/18 14:59:48 cgd Exp $ */ /* diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 088ccb3efdc..0d678a64f1d 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: restore.8,v 1.4 1996/06/23 14:32:17 deraadt Exp $ .\" $NetBSD: restore.8,v 1.11 1996/02/02 22:29:33 phil Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index a7f49326f0b..b1822ca3b1f 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -1,3 +1,4 @@ +/* $OpenBSD: restore.c,v 1.2 1996/06/23 14:32:17 deraadt Exp $ */ /* $NetBSD: restore.c,v 1.6 1995/03/18 14:59:51 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$NetBSD: restore.c,v 1.6 1995/03/18 14:59:51 cgd Exp $"; +static char rcsid[] = "$OpenBSD: restore.c,v 1.2 1996/06/23 14:32:17 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h index d6489fff011..a61434da8dc 100644 --- a/sbin/restore/restore.h +++ b/sbin/restore/restore.h @@ -1,3 +1,4 @@ +/* $OpenBSD: restore.h,v 1.2 1996/06/23 14:32:18 deraadt Exp $ */ /* $NetBSD: restore.h,v 1.7 1995/03/18 14:59:53 cgd Exp $ */ /* diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 1faaa2123aa..2c33b7b8db6 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -1,3 +1,4 @@ +/* $OpenBSD: symtab.c,v 1.2 1996/06/23 14:32:19 deraadt Exp $ */ /* $NetBSD: symtab.c,v 1.8 1995/03/18 14:59:54 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)symtab.c 8.2 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$NetBSD: symtab.c,v 1.8 1995/03/18 14:59:54 cgd Exp $"; +static char rcsid[] = "$OpenBSD: symtab.c,v 1.2 1996/06/23 14:32:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 3d6499f6d3a..4d95aaffcd1 100644 --- a/sbin/restore/utilities.c +++ b/sbin/restore/utilities.c @@ -1,3 +1,4 @@ +/* $OpenBSD: utilities.c,v 1.2 1996/06/23 14:32:19 deraadt Exp $ */ /* $NetBSD: utilities.c,v 1.9 1995/03/18 14:59:59 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)utilities.c 8.4 (Berkeley) 10/18/94"; #else -static char rcsid[] = "$NetBSD: utilities.c,v 1.9 1995/03/18 14:59:59 cgd Exp $"; +static char rcsid[] = "$OpenBSD: utilities.c,v 1.2 1996/06/23 14:32:19 deraadt Exp $"; #endif #endif /* not lint */ |