From 11856e771fadee7ddb9b5a613c91f562bf363da7 Mon Sep 17 00:00:00 2001 From: Stelian Pop Date: Wed, 16 Jan 2002 09:32:14 +0000 Subject: [PATCH] noos -> popies.net --- COPYRIGHT | 4 +-- MAINTAINERS | 4 +-- REPORTING-BUGS | 2 +- THANKS | 4 +-- common/dumprmt.c | 6 ++-- compat/include/bsdcompat.h | 6 ++-- compat/include/bylabel.h | 4 +-- compat/include/compaterr.h | 6 ++-- compat/include/compatglob.h | 6 ++-- compat/include/compatlfs.h | 4 +-- compat/include/fstab.h | 6 ++-- compat/include/pathnames.h | 6 ++-- compat/include/protocols/dumprestore.h | 6 ++-- compat/include/system.h | 6 ++-- compat/lib/compaterr.c | 6 ++-- compat/lib/compatglob.c | 6 ++-- compat/lib/fstab.c | 6 ++-- compat/lib/system.c | 6 ++-- dump.lsm | 2 +- dump.spec | 44 +++++++++++++------------- dump/dump.8.in | 4 +-- dump/dump.h | 6 ++-- dump/itime.c | 6 ++-- dump/main.c | 6 ++-- dump/optr.c | 6 ++-- dump/tape.c | 6 ++-- dump/traverse.c | 6 ++-- dump/unctime.c | 6 ++-- restore/dirs.c | 6 ++-- restore/extern.h | 6 ++-- restore/interactive.c | 6 ++-- restore/main.c | 6 ++-- restore/restore.8.in | 4 +-- restore/restore.c | 6 ++-- restore/restore.h | 6 ++-- restore/symtab.c | 6 ++-- restore/tape.c | 6 ++-- restore/utilities.c | 6 ++-- rmt/rmt.8.in | 4 +-- rmt/rmt.c | 6 ++-- 40 files changed, 127 insertions(+), 127 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 013b652..8a0f9e8 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- diff --git a/MAINTAINERS b/MAINTAINERS index acaa14b..b66b3e6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,4 +1,4 @@ -$Id: MAINTAINERS,v 1.3 2000/12/04 15:43:15 stelian Exp $ +$Id: MAINTAINERS,v 1.4 2002/01/16 09:32:14 stelian Exp $ The dump and restore backup suit was ported to Linux's Second Extended File System by Rémy Card @@ -11,5 +11,5 @@ R promoted myself as the new maintainer :) So, starting with 0.4b5, the new maintainer is me, -Stelian Pop . +Stelian Pop . diff --git a/REPORTING-BUGS b/REPORTING-BUGS index 69dc573..479ae42 100644 --- a/REPORTING-BUGS +++ b/REPORTING-BUGS @@ -54,4 +54,4 @@ Ok, here are the pointers you may want to access: Dump latest release: http://sourceforge.net/project/filelist.php?group_id=1306 Dump mailing lists: http://sourceforge.net/mail/?group_id=1306 Dump bug system: http://sourceforge.net/bugs/?group_id=1306 -My email: pop@noos.fr +My email: stelian@popies.net diff --git a/THANKS b/THANKS index 3fd946d..6f75519 100644 --- a/THANKS +++ b/THANKS @@ -1,4 +1,4 @@ -$Id: THANKS,v 1.51 2001/11/30 10:14:36 stelian Exp $ +$Id: THANKS,v 1.52 2002/01/16 09:32:14 stelian Exp $ Dump and restore were written by the people of the CSRG at the University of California, Berkeley. @@ -15,7 +15,7 @@ David Frey (the old Debian dump maintainer), Bdale Garbee (the new Debian dump maintainer) and the people from Red Hat Software provided lots of patches. -Stelian Pop is now the current maintainer (since dump-0.4b5). +Stelian Pop is now the current maintainer (since dump-0.4b5). Thanks to people who reported problems with the port, sent patches, and suggested various improvements. diff --git a/common/dumprmt.c b/common/dumprmt.c index 941f7dd..4c1bedf 100644 --- a/common/dumprmt.c +++ b/common/dumprmt.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dumprmt.c,v 1.18 2001/08/13 16:17:52 stelian Exp $"; + "$Id: dumprmt.c,v 1.19 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/compat/include/bsdcompat.h b/compat/include/bsdcompat.h index 5afe0c7..881f505 100644 --- a/compat/include/bsdcompat.h +++ b/compat/include/bsdcompat.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: bsdcompat.h,v 1.15 2001/03/20 10:02:48 stelian Exp $ + * $Id: bsdcompat.h,v 1.16 2002/01/16 09:32:14 stelian Exp $ */ #include diff --git a/compat/include/bylabel.h b/compat/include/bylabel.h index b6e0ee9..d1b0a7d 100644 --- a/compat/include/bylabel.h +++ b/compat/include/bylabel.h @@ -9,9 +9,9 @@ * - Added cache for UUID and disk labels * Wed Aug 16 2000 Erik Troan * - Ported to dump/restore - * Stelian Pop - Alcôve , 2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: bylabel.h,v 1.4 2000/12/21 11:14:53 stelian Exp $ + * $Id: bylabel.h,v 1.5 2002/01/16 09:32:14 stelian Exp $ */ #ifndef _BYLABEL_H_ diff --git a/compat/include/compaterr.h b/compat/include/compaterr.h index ed71775..e774ea3 100644 --- a/compat/include/compaterr.h +++ b/compat/include/compaterr.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: compaterr.h,v 1.8 2000/12/04 15:43:16 stelian Exp $ + * $Id: compaterr.h,v 1.9 2002/01/16 09:32:14 stelian Exp $ */ /*- diff --git a/compat/include/compatglob.h b/compat/include/compatglob.h index 7dc0775..346a0a3 100644 --- a/compat/include/compatglob.h +++ b/compat/include/compatglob.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: compatglob.h,v 1.7 2000/12/04 15:43:16 stelian Exp $ + * $Id: compatglob.h,v 1.8 2002/01/16 09:32:14 stelian Exp $ */ /* diff --git a/compat/include/compatlfs.h b/compat/include/compatlfs.h index fef642d..8cd0f96 100644 --- a/compat/include/compatlfs.h +++ b/compat/include/compatlfs.h @@ -1,9 +1,9 @@ /* * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit - * Stelian Pop - Alcôve , 2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: compatlfs.h,v 1.1 2001/04/27 15:22:47 stelian Exp $ + * $Id: compatlfs.h,v 1.2 2002/01/16 09:32:14 stelian Exp $ */ /*- diff --git a/compat/include/fstab.h b/compat/include/fstab.h index 8386e8d..234edec 100644 --- a/compat/include/fstab.h +++ b/compat/include/fstab.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: fstab.h,v 1.11 2001/03/19 13:22:48 stelian Exp $ + * $Id: fstab.h,v 1.12 2002/01/16 09:32:14 stelian Exp $ */ /* diff --git a/compat/include/pathnames.h b/compat/include/pathnames.h index 720b71b..9642e55 100644 --- a/compat/include/pathnames.h +++ b/compat/include/pathnames.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: pathnames.h,v 1.11 2000/12/21 11:14:53 stelian Exp $ + * $Id: pathnames.h,v 1.12 2002/01/16 09:32:14 stelian Exp $ */ /* diff --git a/compat/include/protocols/dumprestore.h b/compat/include/protocols/dumprestore.h index 49e14f1..a9f68e0 100644 --- a/compat/include/protocols/dumprestore.h +++ b/compat/include/protocols/dumprestore.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: dumprestore.h,v 1.14 2001/08/16 15:24:21 stelian Exp $ + * $Id: dumprestore.h,v 1.15 2002/01/16 09:32:14 stelian Exp $ */ /* diff --git a/compat/include/system.h b/compat/include/system.h index f27c7c3..37489e4 100644 --- a/compat/include/system.h +++ b/compat/include/system.h @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -38,7 +38,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: system.h,v 1.1 2001/07/18 12:54:06 stelian Exp $ + * $Id: system.h,v 1.2 2002/01/16 09:32:14 stelian Exp $ */ #ifndef _SYSTEM_H_ diff --git a/compat/lib/compaterr.c b/compat/lib/compaterr.c index f857210..827543f 100644 --- a/compat/lib/compaterr.c +++ b/compat/lib/compaterr.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: compaterr.c,v 1.8 2000/12/21 11:14:53 stelian Exp $"; + "$Id: compaterr.c,v 1.9 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/compat/lib/compatglob.c b/compat/lib/compatglob.c index f0cb679..4b70101 100644 --- a/compat/lib/compatglob.c +++ b/compat/lib/compatglob.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -69,7 +69,7 @@ #ifndef lint static const char rcsid[] = - "$Id: compatglob.c,v 1.6 2000/12/04 15:43:16 stelian Exp $"; + "$Id: compatglob.c,v 1.7 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/compat/lib/fstab.c b/compat/lib/fstab.c index 9f11a65..2a601d5 100644 --- a/compat/lib/fstab.c +++ b/compat/lib/fstab.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fstab.c,v 1.11 2001/03/19 13:22:48 stelian Exp $"; + "$Id: fstab.c,v 1.12 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/compat/lib/system.c b/compat/lib/system.c index 6b73d63..a1cb012 100644 --- a/compat/lib/system.c +++ b/compat/lib/system.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: system.c,v 1.2 2001/08/13 16:17:52 stelian Exp $"; + "$Id: system.c,v 1.3 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump.lsm b/dump.lsm index d4797ae..e0bad85 100644 --- a/dump.lsm +++ b/dump.lsm @@ -5,7 +5,7 @@ Entered-date: 07JAN02 Description: Port of the 4.4BSD dump and restore backup suite Keywords: backup, filesystem, Ext2fs Author: University of California, Berkeley -Maintained-by: pop@noos.fr (Stelian Pop) +Maintained-by: stelian@popies.net (Stelian Pop) Primary-site: http://dump.sourceforge.net/ 135kB dump-0.4b26.tar.gz 677 dump.lsm diff --git a/dump.spec b/dump.spec index 95c49d4..5491fab 100644 --- a/dump.spec +++ b/dump.spec @@ -134,70 +134,70 @@ rm -rf %{buildroot} %{_sbindir}/rrestore.static %changelog -* Mon Jan 7 2002 Stelian Pop +* Mon Jan 7 2002 Stelian Pop - dump 0.4b26 released, first packaging. -* Sat Nov 17 2001 Stelian Pop +* Sat Nov 17 2001 Stelian Pop - dump 0.4b25 released, first packaging. -* Wed Sep 12 2001 Stelian Pop +* Wed Sep 12 2001 Stelian Pop - dump 0.4b24 released, first packaging. -* Fri Jul 20 2001 Stelian Pop +* Fri Jul 20 2001 Stelian Pop - dump 0.4b23 released, first packaging. -* Sat May 12 2001 Stelian Pop +* Sat May 12 2001 Stelian Pop - dump 0.4b22 released, first packaging. -* Sat Jan 30 2001 Stelian Pop +* Sat Jan 30 2001 Stelian Pop - dump 0.4b21 released, first packaging. -* Fri Nov 10 2000 Stelian Pop +* Fri Nov 10 2000 Stelian Pop - dump 0.4b20 released, first packaging. -* Sun Aug 20 2000 Stelian Pop +* Sun Aug 20 2000 Stelian Pop - dump 0.4b19 released, first packaging. -* Thu Jun 30 2000 Stelian Pop +* Thu Jun 30 2000 Stelian Pop - dump 0.4b18 released, first packaging. -* Thu Jun 1 2000 Stelian Pop +* Thu Jun 1 2000 Stelian Pop - dump 0.4b17 released, first packaging. -* Sat Mar 11 2000 Stelian Pop +* Sat Mar 11 2000 Stelian Pop - dump 0.4b16 released, first packaging. -* Thu Mar 2 2000 Stelian Pop +* Thu Mar 2 2000 Stelian Pop - dump 0.4b15 released, first packaging. -* Thu Feb 10 2000 Stelian Pop +* Thu Feb 10 2000 Stelian Pop - dump 0.4b14 released, first packaging. -* Fri Jan 21 2000 Stelian Pop +* Fri Jan 21 2000 Stelian Pop - dump 0.4b13 released, first packaging. -* Fri Jan 8 2000 Stelian Pop +* Fri Jan 8 2000 Stelian Pop - dump 0.4b12 released, first packaging. -* Sun Dec 5 1999 Stelian Pop +* Sun Dec 5 1999 Stelian Pop - dump 0.4b11 released, first packaging. -* Sun Nov 21 1999 Stelian Pop +* Sun Nov 21 1999 Stelian Pop - dump 0.4b10 released, first packaging. -* Thu Nov 11 1999 Stelian Pop +* Thu Nov 11 1999 Stelian Pop - make static versions also for rescue purposes. -* Wed Nov 5 1999 Stelian Pop +* Wed Nov 5 1999 Stelian Pop - dump 0.4b9 released, first packaging. -* Wed Nov 3 1999 Stelian Pop +* Wed Nov 3 1999 Stelian Pop - dump 0.4b8 released, first packaging. -* Thu Oct 8 1999 Stelian Pop +* Thu Oct 8 1999 Stelian Pop - dump 0.4b7 released, first packaging. -* Thu Sep 30 1999 Stelian Pop +* Thu Sep 30 1999 Stelian Pop - dump 0.4b6 released, first packaging. * Fri Sep 10 1999 Jeff Johnson diff --git a/dump/dump.8.in b/dump/dump.8.in index fa0578b..ff04b2d 100644 --- a/dump/dump.8.in +++ b/dump/dump.8.in @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: dump.8.in,v 1.34 2001/11/11 00:06:39 stelian Exp $ +.\" $Id: dump.8.in,v 1.35 2002/01/16 09:32:14 stelian Exp $ .\" .Dd __DATE__ .Dt DUMP 8 @@ -559,7 +559,7 @@ of dump (up and including 0.4b4, released in january 1997). .Pp Starting with 0.4b5, the new maintainer is Stelian Pop .br -. +. .Sh AVAILABILITY The .Nm dump/restore diff --git a/dump/dump.h b/dump/dump.h index 5d22dbb..062f45e 100644 --- a/dump/dump.h +++ b/dump/dump.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: dump.h,v 1.33 2001/11/11 00:06:39 stelian Exp $ + * $Id: dump.h,v 1.34 2002/01/16 09:32:14 stelian Exp $ */ /*- diff --git a/dump/itime.c b/dump/itime.c index 41eb78a..da968db 100644 --- a/dump/itime.c +++ b/dump/itime.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: itime.c,v 1.20 2001/07/18 09:12:05 stelian Exp $"; + "$Id: itime.c,v 1.21 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/main.c b/dump/main.c index 0b4270e..c76f9ae 100644 --- a/dump/main.c +++ b/dump/main.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.64 2002/01/10 09:02:54 stelian Exp $"; + "$Id: main.c,v 1.65 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/optr.c b/dump/optr.c index 6b86b9a..73347fa 100644 --- a/dump/optr.c +++ b/dump/optr.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: optr.c,v 1.28 2001/12/24 12:28:39 stelian Exp $"; + "$Id: optr.c,v 1.29 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/tape.c b/dump/tape.c index 71de659..918a445 100644 --- a/dump/tape.c +++ b/dump/tape.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.58 2001/11/17 10:44:18 stelian Exp $"; + "$Id: tape.c,v 1.59 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/traverse.c b/dump/traverse.c index ffcac88..06eeb73 100644 --- a/dump/traverse.c +++ b/dump/traverse.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: traverse.c,v 1.39 2001/11/11 00:06:39 stelian Exp $"; + "$Id: traverse.c,v 1.40 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/unctime.c b/dump/unctime.c index d617544..09bd48b 100644 --- a/dump/unctime.c +++ b/dump/unctime.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: unctime.c,v 1.12 2001/07/18 09:12:05 stelian Exp $"; + "$Id: unctime.c,v 1.13 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/dirs.c b/restore/dirs.c index b15b1d0..1910547 100644 --- a/restore/dirs.c +++ b/restore/dirs.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -46,7 +46,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dirs.c,v 1.15 2001/06/18 10:58:28 stelian Exp $"; + "$Id: dirs.c,v 1.16 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/extern.h b/restore/extern.h index c985c20..babafea 100644 --- a/restore/extern.h +++ b/restore/extern.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: extern.h,v 1.13 2001/04/10 12:46:53 stelian Exp $ + * $Id: extern.h,v 1.14 2002/01/16 09:32:14 stelian Exp $ */ /*- diff --git a/restore/interactive.c b/restore/interactive.c index c8f54f5..2dad978 100644 --- a/restore/interactive.c +++ b/restore/interactive.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: interactive.c,v 1.17 2001/06/18 10:58:28 stelian Exp $"; + "$Id: interactive.c,v 1.18 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/main.c b/restore/main.c index 4757dc9..77ae96d 100644 --- a/restore/main.c +++ b/restore/main.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.33 2002/01/11 08:54:14 stelian Exp $"; + "$Id: main.c,v 1.34 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/restore.8.in b/restore/restore.8.in index 36f81a9..7eb3b1d 100644 --- a/restore/restore.8.in +++ b/restore/restore.8.in @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: restore.8.in,v 1.20 2002/01/11 08:54:14 stelian Exp $ +.\" $Id: restore.8.in,v 1.21 2002/01/16 09:32:14 stelian Exp $ .\" .Dd __DATE__ .Dt RESTORE 8 @@ -666,7 +666,7 @@ of dump (up and including 0.4b4, released in january 1997). .Pp Starting with 0.4b5, the new maintainer is Stelian Pop .br -. +. .Sh AVAILABILITY The .Nm dump/restore diff --git a/restore/restore.c b/restore/restore.c index e050600..8f0cfd5 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: restore.c,v 1.21 2002/01/11 08:54:14 stelian Exp $"; + "$Id: restore.c,v 1.22 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/restore.h b/restore/restore.h index 6b48f93..6a929c2 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: restore.h,v 1.21 2002/01/11 08:54:14 stelian Exp $ + * $Id: restore.h,v 1.22 2002/01/16 09:32:14 stelian Exp $ */ /* diff --git a/restore/symtab.c b/restore/symtab.c index d020f66..9eb9dc0 100644 --- a/restore/symtab.c +++ b/restore/symtab.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: symtab.c,v 1.16 2001/06/18 10:58:28 stelian Exp $"; + "$Id: symtab.c,v 1.17 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ /* diff --git a/restore/tape.c b/restore/tape.c index 4244027..76dded7 100644 --- a/restore/tape.c +++ b/restore/tape.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -46,7 +46,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.51 2002/01/11 08:54:14 stelian Exp $"; + "$Id: tape.c,v 1.52 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/utilities.c b/restore/utilities.c index 1d88c85..c94d36f 100644 --- a/restore/utilities.c +++ b/restore/utilities.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: utilities.c,v 1.16 2001/06/18 10:58:28 stelian Exp $"; + "$Id: utilities.c,v 1.17 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include diff --git a/rmt/rmt.8.in b/rmt/rmt.8.in index 59fe823..be86334 100644 --- a/rmt/rmt.8.in +++ b/rmt/rmt.8.in @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rmt.8.in,v 1.6 2000/12/04 15:43:17 stelian Exp $ +.\" $Id: rmt.8.in,v 1.7 2002/01/16 09:32:14 stelian Exp $ .\" .Dd __DATE__ .Dt RMT 8 @@ -220,7 +220,7 @@ of dump (up and including 0.4b4, released in january 1997). .Pp Starting with 0.4b5, the new maintainer is Stelian Pop .br -. +. .Sh AVAILABILITY The .Nm dump/restore diff --git a/rmt/rmt.c b/rmt/rmt.c index bde137d..d94d48f 100644 --- a/rmt/rmt.c +++ b/rmt/rmt.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rmt.c,v 1.15 2001/05/26 11:11:16 stelian Exp $"; + "$Id: rmt.c,v 1.16 2002/01/16 09:32:14 stelian Exp $"; #endif /* not linux */ /* -- 2.39.2