diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /sbin/restore | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
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 99f4c2fcb0b8..362920fad565 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id: Makefile,v 1.8 1998/08/06 21:41:13 markm Exp $ +# $Id: Makefile,v 1.9 1998/09/19 22:42:02 obrien Exp $ PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index db68d66a470d..11d9f4b2f50b 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[] = - "$Id: dirs.c,v 1.12 1998/07/28 06:20:05 charnier Exp $"; + "$Id: dirs.c,v 1.13 1998/10/27 04:01:17 dima Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index 34900e2d5432..8b0ad20b49ad 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 - * $Id$ + * $Id: extern.h,v 1.4 1998/07/28 06:20:07 charnier Exp $ */ struct entry *addentry __P((char *, ino_t, int)); diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 1d6424db239a..8ca0361f7d16 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[] = - "$Id: interactive.c,v 1.6 1998/09/17 20:18:11 imp Exp $"; + "$Id: interactive.c,v 1.7 1998/12/16 04:48:00 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/main.c b/sbin/restore/main.c index cddf32bb84c8..3d88152e4682 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[] = - "$Id$"; + "$Id: main.c,v 1.9 1998/07/28 06:20:09 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 9c9159614227..e07d7d176a4e 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 -.\" $Id: restore.8,v 1.14 1998/09/22 10:05:27 roberto Exp $ +.\" $Id: restore.8,v 1.15 1998/11/28 10:02:52 rnordier Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index f983c695fca2..3a812750338b 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[] = - "$Id$"; + "$Id: restore.c,v 1.6 1998/07/28 06:20:12 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 795669ca74e6..0d139a4d65c3 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[] = - "$Id: symtab.c,v 1.5 1998/07/28 06:20:13 charnier Exp $"; + "$Id: symtab.c,v 1.6 1998/10/27 04:01:17 dima Exp $"; #endif /* not lint */ /* diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 80a14a864e1a..2a52e19b5000 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[] = - "$Id: tape.c,v 1.14 1998/07/28 18:50:01 imp Exp $"; + "$Id: tape.c,v 1.15 1998/10/27 04:01:17 dima Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 3a8a47d5c94c..0798cffc0d77 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[] = - "$Id$"; + "$Id: utilities.c,v 1.7 1998/07/28 06:20:16 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |
