]> git.wh0rd.org - dump.git/commitdiff
noos -> popies.net
authorStelian Pop <stelian@popies.net>
Wed, 16 Jan 2002 09:32:14 +0000 (09:32 +0000)
committerStelian Pop <stelian@popies.net>
Wed, 16 Jan 2002 09:32:14 +0000 (09:32 +0000)
40 files changed:
COPYRIGHT
MAINTAINERS
REPORTING-BUGS
THANKS
common/dumprmt.c
compat/include/bsdcompat.h
compat/include/bylabel.h
compat/include/compaterr.h
compat/include/compatglob.h
compat/include/compatlfs.h
compat/include/fstab.h
compat/include/pathnames.h
compat/include/protocols/dumprestore.h
compat/include/system.h
compat/lib/compaterr.c
compat/lib/compatglob.c
compat/lib/fstab.c
compat/lib/system.c
dump.lsm
dump.spec
dump/dump.8.in
dump/dump.h
dump/itime.c
dump/main.c
dump/optr.c
dump/tape.c
dump/traverse.c
dump/unctime.c
restore/dirs.c
restore/extern.h
restore/interactive.c
restore/main.c
restore/restore.8.in
restore/restore.c
restore/restore.h
restore/symtab.c
restore/tape.c
restore/utilities.c
rmt/rmt.8.in
rmt/rmt.c

index 013b65291cd03055e4539587bce452c46d3c0cbc..8a0f9e8db1599ff30775f24ade8412bd16b966f9 100644 (file)
--- 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 <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 2000-2002
  */
 
 /*-
index acaa14b518fe2e8062ed7535181fa01a0748cdd2..b66b3e6a011aee59d8f6118059cbd87968e3d824 100644 (file)
@@ -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 <card@Linux.EU.Org>
@@ -11,5 +11,5 @@ R
 promoted myself as the new maintainer :)
 
 So, starting with 0.4b5, the new maintainer is me,
-Stelian Pop <pop@noos.fr>.
+Stelian Pop <stelian@popies.net>.
 
index 69dc573f5bb09e09fcbe58fcc7de5a57cc30ed22..479ae4272e04237f4e68047cad3f5f39ae1d4c53 100644 (file)
@@ -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 3fd946db4cf724b580ac04b66e85584a11510f2a..6f75519110d5408a3cb819cec589b073457addcd 100644 (file)
--- 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 <david@eos.lugs.ch> (the old Debian dump maintainer),
 Bdale Garbee <bdale@gag.com> (the new Debian dump maintainer) and the people
 from Red Hat Software provided lots of patches.
 
-Stelian Pop <pop@noos.fr> is now the current maintainer (since dump-0.4b5).
+Stelian Pop <stelian@popies.net> is now the current maintainer (since dump-0.4b5).
 
 Thanks to people who reported problems with the port, sent patches, and
 suggested various improvements.
index 941f7dd74163b2fad6d670dc3c2a6815bad8d1d8..4c1bedf23e8a11b298a9b39535ddb931b7af411b 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 5afe0c7a1f03214d5d24407f373f74ab399aad76..881f50582b725fb65987aa08e0b7b58483740751 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index b6e0ee97caf7e8fca42eb24d1f4b39503c6e8e99..d1b0a7dc2b8781c9197932db5630d07145f15302 100644 (file)
@@ -9,9 +9,9 @@
  *     - Added cache for UUID and disk labels
  *     Wed Aug 16 2000 Erik Troan <ewt@redhat.com>
  *     - Ported to dump/restore
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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_
index ed71775a950f8cf2df2662b21b0c9c83ff0af2f7..e774ea3f4cbbf31742d62dbd180b08fcbf1ac2c6 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*-
index 7dc0775e98ae966d278a4da986bf398897b1155e..346a0a3b6bc50176c5a39a0b7516f4f3bcee5f56 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*
index fef642d86e80f87f0712aa0b3f036352365db092..8cd0f964a1a8509bcc17905ed6ea1ec4bf27bef0 100644 (file)
@@ -1,9 +1,9 @@
 /*
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*-
index 8386e8d1ebec9fc92709ed5214adecda96847cea..234edec870142ee72d61d1b3eb9cffdeb429b763 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*
index 720b71b6b0b7294389d6b74263cbc973eb8d3af4..9642e55d2664d6a41f350436d1a82e5f706252ba 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*
index 49e14f1f6bce9651fc4d02c904745804f1efa2a9..a9f68e0630a83bb8e8ba78d17922c292319f095c 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *      Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*
index f27c7c3b7aeb1ebfcc2fbf56aec1f8ff7b15f122..37489e473597fb7d7c59fcf9e4f992b25ac73c89 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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_
index f8572108efb25d44d8a11baff6689105de88176f..827543f2d8955b90125fff906845ccf415378082 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index f0cb679d5bda0b8dc8953cdbfb6b4fbd62c0916e..4b70101fdea27fab1de9056d15555217fe13aa96 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 9f11a65d7bf3ee058a018a713c4c0e57a00d4f4b..2a601d52af9a8024393fe9c609750537d9ac04f3 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 6b73d63ef730db05ea2e269f431f8d63d5303d84..a1cb012ea0116292342dd01e41d0e91dd490c9c2 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index d4797ae77d45236d00f13324210bd8ce795dc58f..e0bad85f6163c6fb8a4d757b3ea53ccef262daca 100644 (file)
--- 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
index 95c49d43ba2beaad0c3d36bf8579c8501d6045f0..5491fab7281f1d6af0986566a34b1573900d0aca 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -134,70 +134,70 @@ rm -rf %{buildroot}
 %{_sbindir}/rrestore.static
 
 %changelog
-* Mon Jan  7 2002 Stelian Pop <pop@noos.fr>
+* Mon Jan  7 2002 Stelian Pop <stelian@popies.net>
 - dump 0.4b26 released, first packaging.
 
-* Sat Nov 17 2001 Stelian Pop <pop@noos.fr>
+* Sat Nov 17 2001 Stelian Pop <stelian@popies.net>
 - dump 0.4b25 released, first packaging.
 
-* Wed Sep 12 2001 Stelian Pop <pop@noos.fr>
+* Wed Sep 12 2001 Stelian Pop <stelian@popies.net>
 - dump 0.4b24 released, first packaging.
 
-* Fri Jul 20 2001 Stelian Pop <pop@noos.fr>
+* Fri Jul 20 2001 Stelian Pop <stelian@popies.net>
 - dump 0.4b23 released, first packaging.
 
-* Sat May 12 2001 Stelian Pop <pop@noos.fr>
+* Sat May 12 2001 Stelian Pop <stelian@popies.net>
 - dump 0.4b22 released, first packaging.
 
-* Sat Jan 30 2001 Stelian Pop <pop@noos.fr>
+* Sat Jan 30 2001 Stelian Pop <stelian@popies.net>
 - dump 0.4b21 released, first packaging.
 
-* Fri Nov 10 2000 Stelian Pop <pop@noos.fr>
+* Fri Nov 10 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b20 released, first packaging.
 
-* Sun Aug 20 2000 Stelian Pop <pop@noos.fr>
+* Sun Aug 20 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b19 released, first packaging.
 
-* Thu Jun 30 2000 Stelian Pop <pop@noos.fr>
+* Thu Jun 30 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b18 released, first packaging.
 
-* Thu Jun  1 2000 Stelian Pop <pop@noos.fr>
+* Thu Jun  1 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b17 released, first packaging.
 
-* Sat Mar 11 2000 Stelian Pop <pop@noos.fr>
+* Sat Mar 11 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b16 released, first packaging.
 
-* Thu Mar  2 2000 Stelian Pop <pop@noos.fr>
+* Thu Mar  2 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b15 released, first packaging.
 
-* Thu Feb 10 2000 Stelian Pop <pop@noos.fr>
+* Thu Feb 10 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b14 released, first packaging.
 
-* Fri Jan 21 2000 Stelian Pop <pop@noos.fr>
+* Fri Jan 21 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b13 released, first packaging.
 
-* Fri Jan 8 2000 Stelian Pop <pop@noos.fr>
+* Fri Jan 8 2000 Stelian Pop <stelian@popies.net>
 - dump 0.4b12 released, first packaging.
 
-* Sun Dec 5 1999 Stelian Pop <pop@noos.fr>
+* Sun Dec 5 1999 Stelian Pop <stelian@popies.net>
 - dump 0.4b11 released, first packaging.
 
-* Sun Nov 21 1999 Stelian Pop <pop@noos.fr>
+* Sun Nov 21 1999 Stelian Pop <stelian@popies.net>
 - dump 0.4b10 released, first packaging.
 
-* Thu Nov 11 1999 Stelian Pop <pop@noos.fr>
+* Thu Nov 11 1999 Stelian Pop <stelian@popies.net>
 - make static versions also for rescue purposes.
 
-* Wed Nov 5 1999 Stelian Pop <pop@noos.fr>
+* Wed Nov 5 1999 Stelian Pop <stelian@popies.net>
 - dump 0.4b9 released, first packaging.
 
-* Wed Nov 3 1999 Stelian Pop <pop@noos.fr>
+* Wed Nov 3 1999 Stelian Pop <stelian@popies.net>
 - dump 0.4b8 released, first packaging.
 
-* Thu Oct 8 1999 Stelian Pop <pop@noos.fr>
+* Thu Oct 8 1999 Stelian Pop <stelian@popies.net>
 - dump 0.4b7 released, first packaging.
 
-* Thu Sep 30 1999 Stelian Pop <pop@noos.fr>
+* Thu Sep 30 1999 Stelian Pop <stelian@popies.net>
 - dump 0.4b6 released, first packaging.
 
 * Fri Sep 10 1999 Jeff Johnson <jbj@redhat.com>
index fa0578b9bf209c19375e0b7dd9f386f546ae959f..ff04b2d25e091eab0a4fd1921e31bf6c320a244a 100644 (file)
@@ -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
-<pop@noos.fr>.
+<stelian@popies.net>.
 .Sh AVAILABILITY
 The
 .Nm dump/restore
index 5d22dbba3aab1b1e0fe5d4fead99b38b90acb643..062f45e5781d2a231beb0eceeb4d298a832fe3e3 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*-
index 41eb78a9c20ea8ce956afd05640ac0bfce284d86..da968db3423641521bef681acdbe4daa232ceac8 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 0b4270eb19e4279c275c110b91adacd9daa57752..c76f9ae693237eaf7bbe01a99bb6d74ef467c27d 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 6b86b9a8da2e0f9ce6cc8897b99140c8b31c9308..73347fabdc2dc743c8d9373fc16da88fc2ca2ca4 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 71de659ba9f40cc8b60d243d209140155ea105f2..918a445bfd153f678e3a652271c491b5702fcf01 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index ffcac8842cab2c9f4560ef7a5ccf845db26263ba..06eeb7373cb0954cf3512c3191aedded1f859265 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index d617544dad125013f2ee00552f6b29566cf48ce4..09bd48be4d501d2debb909c5b3abed1328fdb7fa 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index b15b1d0a6d1282594b0752b2ba78bf45f05c7955..19105470c4ea8e39b82f3ff6d3055dfa9a58b860 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index c985c20f92006cd748d66a4abeb5ec8534be4aa5..babafea8bf51a3976c145dd96935524d1e9673d4 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*-
index c8f54f5dfa92a2de432a57131f732a106201210c..2dad978a46a8fc91c5e57208325e07f78bd44af2 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 4757dc976236913c1dbefd0df4e63031b5efa802..77ae96d1c466a2315a9cc8692b8c669c3a4a2d33 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 36f81a9ae0d7e761599b02b34a54393bbd3cea01..7eb3b1da0fbe06f95703546d978d0600bdda6160 100644 (file)
@@ -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
-<pop@noos.fr>.
+<stelian@popies.net>.
 .Sh AVAILABILITY
 The
 .Nm dump/restore
index e0506000db46e925f3cb50d119e0d6dceb58e8e3..8f0cfd5cab105dffa9600e33e780036472511e3a 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 6b48f93466413c242505ace9fb0e0213e803b8d8..6a929c2275c02f1c1fc6619533748f6d137cdbc9 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 $
  */
 
 /*
index d020f662f376c0cf89b51f1ee49b4e533f7b585c..9eb9dc093545a453bf56d976c017063ec44754e0 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 */
 
 /*
index 4244027162550c97ddd5c2cb13645caace9c0b58..76dded78fbef7113e3dc2740378fcc4392e59585 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 1d88c855b36f0fe190f5d5454cda23683a667512..c94d36f2e1c02e311d3618d96ba2c535249b66c7 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 <config.h>
index 59fe82337d06ed00c27b1aa6ff66ae115d9f9383..be863343c2a21fa835dc79b0843acdaeee7b3845 100644 (file)
@@ -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
-<pop@noos.fr>.
+<stelian@popies.net>.
 .Sh AVAILABILITY
 The
 .Nm dump/restore
index bde137dcd17b101e14d9094c920a135678ca857b..d94d48fe866d647b93bf207c599b5abf57a28be9 100644 (file)
--- 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 <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 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 */
 
 /*