]> git.wh0rd.org - dump.git/commitdiff
cybercable -> noos.
authorStelian Pop <stelian@popies.net>
Mon, 4 Dec 2000 15:43:15 +0000 (15:43 +0000)
committerStelian Pop <stelian@popies.net>
Mon, 4 Dec 2000 15:43:15 +0000 (15:43 +0000)
37 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/fstab.h
compat/include/pathnames.h
compat/include/protocols/dumprestore.h
compat/lib/compaterr.c
compat/lib/compatglob.c
compat/lib/fstab.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 1245bbaf9278e81269b8147627b42e8fa9896992..013b65291cd03055e4539587bce452c46d3c0cbc 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
index 1c073d8ce1393707f17609eb6ef9d31dbacfeef7..acaa14b518fe2e8062ed7535181fa01a0748cdd2 100644 (file)
@@ -1,4 +1,4 @@
-$Id: MAINTAINERS,v 1.2 1999/10/11 13:31:03 stelian Exp $
+$Id: MAINTAINERS,v 1.3 2000/12/04 15:43:15 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@cybercable.fr>.
+Stelian Pop <pop@noos.fr>.
 
index c2c29b3d42fe737bc1ec8ac76c0acb752aafb7d2..69dc573f5bb09e09fcbe58fcc7de5a57cc30ed22 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@cybercable.fr
+My email: pop@noos.fr
diff --git a/THANKS b/THANKS
index 1653c13a3295197159ff976ed66f04997b81de64..b94ea79fbd91959ac1a8b57c120794faf5e095af 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,4 @@
-$Id: THANKS,v 1.38 2000/11/10 09:35:07 stelian Exp $
+$Id: THANKS,v 1.39 2000/12/04 15:43:15 stelian Exp $
 
 Dump and restore were written by the people of the CSRG at the University
 of California, Berkeley.
@@ -15,8 +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@cybercable.fr> is now the current maintainer (since
-dump-0.4b5).
+Stelian Pop <pop@noos.fr> 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 0444343d558b2cb9a531058f7247aa340d8cc6b9..dcd319d334581afe852bb665f5cc2a2c5108d7f6 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: dumprmt.c,v 1.13 2000/11/10 14:42:24 stelian Exp $";
+       "$Id: dumprmt.c,v 1.14 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #ifdef __linux__
index caa7290c5a00fe364c6240aaf6a2b29753bc1355..167ddfab8017da5535433ca2bbe3f381146efb7c 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: bsdcompat.h,v 1.11 2000/11/10 14:42:24 stelian Exp $
+ *     $Id: bsdcompat.h,v 1.12 2000/12/04 15:43:16 stelian Exp $
  */
 
 #include <config.h>
index 67b6ddaaa99b26993937714f2077a4e2a07d21c6..740f4f6ce348ba729f489524408275f5114d0177 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@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: bylabel.h,v 1.2 2000/11/30 09:53:13 stelian Exp $
+ *     $Id: bylabel.h,v 1.3 2000/12/04 15:43:16 stelian Exp $
  */
 
 #ifndef _BYLABEL_H_
index aae4aab732608d51ef756b75c7253ce376a8cf65..ed71775a950f8cf2df2662b21b0c9c83ff0af2f7 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: compaterr.h,v 1.7 2000/11/10 14:42:24 stelian Exp $
+ *     $Id: compaterr.h,v 1.8 2000/12/04 15:43:16 stelian Exp $
  */
 
 /*-
index ea77c0d2d7b1ef6f5eca4f2c717f802a2da414c0..7dc0775e98ae966d278a4da986bf398897b1155e 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: compatglob.h,v 1.6 2000/11/10 14:42:24 stelian Exp $
+ *     $Id: compatglob.h,v 1.7 2000/12/04 15:43:16 stelian Exp $
  */
 
 /*
index ecab7df1f0af14f85e715d2a1edd9358dc9b6ea4..4c05266088790b31dc68af8956cd688e02c96be9 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: fstab.h,v 1.8 2000/12/04 14:00:17 stelian Exp $
+ *     $Id: fstab.h,v 1.9 2000/12/04 15:43:16 stelian Exp $
  */
 
 /*
index b5b025a161c105a5f4ae082dc77627cafc471654..7669ab3482d455637a4945ac8dee4b91b130a76b 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: pathnames.h,v 1.9 2000/11/10 14:42:24 stelian Exp $
+ *     $Id: pathnames.h,v 1.10 2000/12/04 15:43:16 stelian Exp $
  */
 
 /*
index 1e6c508e88bcac325d6b4c14ac029fb13a368910..785b330e3a8c5ede5bf54eb8dd8c71d89741da22 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *      Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: dumprestore.h,v 1.7 2000/11/10 14:42:25 stelian Exp $
+ *     $Id: dumprestore.h,v 1.8 2000/12/04 15:43:16 stelian Exp $
  */
 
 /*
index 65edbf72fbdfa2266274ccfa09a75ba7ca24ba5b..7dd06f6230152418cbd6b9f2fbf26a9b92f47d59 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: compaterr.c,v 1.6 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: compaterr.c,v 1.7 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #include <compaterr.h>
index 62b28f0e476371b99bd8ac95ea9504ff51a77b1c..f0cb679d5bda0b8dc8953cdbfb6b4fbd62c0916e 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -69,7 +69,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: compatglob.c,v 1.5 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: compatglob.c,v 1.6 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
index 520b6dc766184f6181faa2a3c30c71c7be1ffae7..2c97fd044dc6ffa4ecad7090f5ad9d877e869a2d 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: fstab.c,v 1.8 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: fstab.c,v 1.9 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #include <errno.h>
index d0b1ae9a28c736b1cb00cff31a4f74decb0c3fd6..331c3379bed5c67e9fbc2d40b3c627874c2d8710 100644 (file)
--- a/dump.lsm
+++ b/dump.lsm
@@ -5,7 +5,7 @@ Entered-date:   10NOV00
 Description:    Port of the 4.4BSD dump and restore backup suite
 Keywords:       backup, filesystem, Ext2fs
 Author:         University of California, Berkeley
-Maintained-by:  pop@cybercable.fr (Stelian Pop)
+Maintained-by:  pop@noos.fr (Stelian Pop)
 Primary-site:   http://dump.sourceforge.net/
                 135kB dump-0.4b20.tar.gz
                 677 dump.lsm
index 799771119edf9fe5eeddd0ed3741cd336cb9aea7..c54be13c14a01e1f73dc91f33ffd2773794d60ea 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -121,52 +121,52 @@ rm -rf %{buildroot}
 %{_sbindir}/rrestore.static
 
 %changelog
-* Fri Nov 10 2000 Stelian Pop <pop@cybercable.fr>
+* Fri Nov 10 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b20 released, first packaging.
 
-* Sun Aug 20 2000 Stelian Pop <pop@cybercable.fr>
+* Sun Aug 20 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b19 released, first packaging.
 
-* Thu Jun 30 2000 Stelian Pop <pop@cybercable.fr>
+* Thu Jun 30 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b18 released, first packaging.
 
-* Thu Jun  1 2000 Stelian Pop <pop@cybercable.fr>
+* Thu Jun  1 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b17 released, first packaging.
 
-* Sat Mar 11 2000 Stelian Pop <pop@cybercable.fr>
+* Sat Mar 11 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b16 released, first packaging.
 
-* Thu Mar  2 2000 Stelian Pop <pop@cybercable.fr>
+* Thu Mar  2 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b15 released, first packaging.
 
-* Thu Feb 10 2000 Stelian Pop <pop@cybercable.fr>
+* Thu Feb 10 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b14 released, first packaging.
 
-* Fri Jan 21 2000 Stelian Pop <pop@cybercable.fr>
+* Fri Jan 21 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b13 released, first packaging.
 
-* Fri Jan 8 2000 Stelian Pop <pop@cybercable.fr>
+* Fri Jan 8 2000 Stelian Pop <pop@noos.fr>
 - dump 0.4b12 released, first packaging.
 
-* Sun Dec 5 1999 Stelian Pop <pop@cybercable.fr>
+* Sun Dec 5 1999 Stelian Pop <pop@noos.fr>
 - dump 0.4b11 released, first packaging.
 
-* Sun Nov 21 1999 Stelian Pop <pop@cybercable.fr>
+* Sun Nov 21 1999 Stelian Pop <pop@noos.fr>
 - dump 0.4b10 released, first packaging.
 
-* Thu Nov 11 1999 Stelian Pop <pop@cybercable.fr>
+* Thu Nov 11 1999 Stelian Pop <pop@noos.fr>
 - make static versions also for rescue purposes.
 
-* Wed Nov 5 1999 Stelian Pop <pop@cybercable.fr>
+* Wed Nov 5 1999 Stelian Pop <pop@noos.fr>
 - dump 0.4b9 released, first packaging.
 
-* Wed Nov 3 1999 Stelian Pop <pop@cybercable.fr>
+* Wed Nov 3 1999 Stelian Pop <pop@noos.fr>
 - dump 0.4b8 released, first packaging.
 
-* Thu Oct 8 1999 Stelian Pop <pop@cybercable.fr>
+* Thu Oct 8 1999 Stelian Pop <pop@noos.fr>
 - dump 0.4b7 released, first packaging.
 
-* Thu Sep 30 1999 Stelian Pop <pop@cybercable.fr>
+* Thu Sep 30 1999 Stelian Pop <pop@noos.fr>
 - dump 0.4b6 released, first packaging.
 
 * Fri Sep 10 1999 Jeff Johnson <jbj@redhat.com>
index 38ba0846747dad975eda10313fa4a78e0c23c5b1..dd1df892d381aa5b1234d1e8566d764358496e2f 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.18 2000/11/10 13:22:10 stelian Exp $
+.\"    $Id: dump.8.in,v 1.19 2000/12/04 15:43:16 stelian Exp $
 .\"
 .Dd __DATE__
 .Dt DUMP 8
@@ -486,7 +486,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@cybercable.fr>.
+<pop@noos.fr>.
 .Sh AVAILABILITY
 The
 .Nm dump/restore
index 786457637fb9bb3c814890f1c64f8d99f37278d6..e86ff2a0f43777eb5d061593d9a3fbc38a2bd6ca 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: dump.h,v 1.15 2000/11/10 14:42:25 stelian Exp $
+ *     $Id: dump.h,v 1.16 2000/12/04 15:43:16 stelian Exp $
  */
 
 /*-
index 4a9996e94f108ff9b299daf28143b4b340c89ff9..3fed4dc4d4180df5f4c5c066238519eca2447e31 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: itime.c,v 1.12 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: itime.c,v 1.13 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index 9f61fb686edcc4ae6ff56b6e201eb146eeb16c9d..cb75aa54393e3901df43839f1016f8a3ba711753 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: main.c,v 1.30 2000/11/30 09:53:14 stelian Exp $";
+       "$Id: main.c,v 1.31 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index 35ae3bd5b9d48df8960db25f5b8e18ff7af6db5c..99d7295cbb04ae5470ffcc5abb47dce027dc5199 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: optr.c,v 1.15 2000/11/29 10:13:43 stelian Exp $";
+       "$Id: optr.c,v 1.16 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index 579ecd6eb209a931a95a0696edc45aae03ca69cf..545c78fd0c5778dbab784d5b8a7dfc6e89f95c86 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: tape.c,v 1.24 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: tape.c,v 1.25 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #ifdef __linux__
index d85c14e6a28b606a065d16d01b8497de17359805..a49434bdd50943ab9ee95353933132c4308fe9de 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: traverse.c,v 1.22 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: traverse.c,v 1.23 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index 46b325bcaf5334bffe41f11dfbd614c9cb87f5e7..d05053fc4f78026bbd6ac579ae175956d5771117 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: unctime.c,v 1.8 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: unctime.c,v 1.9 2000/12/04 15:43:16 stelian Exp $";
 #endif /* not lint */
 
 #include <time.h>
index b2a0cc4b3a8945b90e227f7065d2da9ec32bc502..524128406100a486274603a54bb606cbdf785f3e 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -46,7 +46,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: dirs.c,v 1.10 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: dirs.c,v 1.11 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index d81892c4544be9a19b924e915bb69010c4543f94..ed19a4bc9c15162baf5a126267b698cfa8ae0ff0 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: extern.h,v 1.9 2000/11/10 14:42:25 stelian Exp $
+ *     $Id: extern.h,v 1.10 2000/12/04 15:43:17 stelian Exp $
  */
 
 /*-
index ca7b2e93841d7c4e1fa24cadc5fa6bc3e6af0094..f2f3ae80dc06c497e84ebb62692d0fefdaea0019 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: interactive.c,v 1.13 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: interactive.c,v 1.14 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index 9991f8b6aab930e50dc5068f6b420c45930d8c1a..f0f4d7cf12dd459dd9b2595f19f28ad752b0667d 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: main.c,v 1.13 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: main.c,v 1.14 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index 3bf87deb24e10c0b0f8caa29c2c04e4d61bb74d5..d286c668024289afa598cd2468fd1b7de62116c2 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.10 2000/05/28 16:52:21 stelian Exp $
+.\"    $Id: restore.8.in,v 1.11 2000/12/04 15:43:17 stelian Exp $
 .\"
 .Dd __DATE__
 .Dt RESTORE 8
@@ -592,7 +592,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@cybercable.fr>.
+<pop@noos.fr>.
 .Sh AVAILABILITY
 The
 .Nm dump/restore
index c6490a052d1677d5886208f4944f768942382790..3d38150590016867e01c0b6eff60d1f5e90aefe3 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: restore.c,v 1.11 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: restore.c,v 1.12 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/types.h>
index 685d464dc087498e1ca1bc434450494053c10d3c..883fcb2dcdb7a01d349f7947359186ff3fbcb96f 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: restore.h,v 1.10 2000/11/10 14:42:25 stelian Exp $
+ *     $Id: restore.h,v 1.11 2000/12/04 15:43:17 stelian Exp $
  */
 
 /*
index caa04658e9258c684d79d696c5fd19f818bd58a9..4e1f5b453b4eb9672c289d502b0281284ddcbfd2 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: symtab.c,v 1.10 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: symtab.c,v 1.11 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not lint */
 
 /*
index ec6c5fae656871e7cbc995421fa5815839f686c4..8665e550cc174b56e641a08ec0546f730d05e288 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -46,7 +46,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: tape.c,v 1.20 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: tape.c,v 1.21 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index b32c21f2a0614d6aaff0ef13a4a667d742bba603..04be010693e827c8f6d75c799b5e924055d2a85d 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: utilities.c,v 1.9 2000/11/10 14:42:25 stelian Exp $";
+       "$Id: utilities.c,v 1.10 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
index a73c385991c83ee9fabc11f7abf731d83afe38e4..59fe82337d06ed00c27b1aa6ff66ae115d9f9383 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.5 2000/01/21 10:23:30 stelian Exp $
+.\"     $Id: rmt.8.in,v 1.6 2000/12/04 15:43:17 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@cybercable.fr>.
+<pop@noos.fr>.
 .Sh AVAILABILITY
 The
 .Nm dump/restore
index 7d5d29ab939bf06f16388775600d03821c7bbfb3..efe8ea88394e3ac3e9dfb601bf403117dddeaa61 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: rmt.c,v 1.10 2000/11/10 14:51:42 stelian Exp $";
+       "$Id: rmt.c,v 1.11 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not linux */
 
 /*