]> git.wh0rd.org - dump.git/commitdiff
Added CVS Id.
authorStelian Pop <stelian@popies.net>
Mon, 11 Oct 1999 13:31:03 +0000 (13:31 +0000)
committerStelian Pop <stelian@popies.net>
Mon, 11 Oct 1999 13:31:03 +0000 (13:31 +0000)
49 files changed:
CHANGES
COPYRIGHT
INSTALL
KNOWNBUGS
MAINTAINERS
MCONFIG.in
Makefile.in
README
THANKS
TODO
acconfig.h
common/Makefile.in
common/dumprmt.c
compat/include/Makefile.in
compat/include/bsdcompat.h
compat/include/compaterr.h
compat/include/compatglob.h
compat/include/fstab.h
compat/include/pathnames.h.in
compat/include/protocols/dumprestore.h
compat/lib/Makefile.in
compat/lib/compaterr.c
compat/lib/compatglob.c
compat/lib/fstab.c
configure.in
depfix.sed
dump/Makefile.in
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/Makefile.in
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/Makefile.in
rmt/rmt.8.in
rmt/rmt.c

diff --git a/CHANGES b/CHANGES
index 5695986ff612bb8b25d4dcc38c5c076231a5c9b2..71fdc679af6a589d8ae5a06d30016cf298b6f7e7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+$Id: CHANGES,v 1.5 1999/10/11 13:31:03 stelian Exp $
+
+Changes between versions 0.4b7 and 0.4b8 (released ???????????????)
+===================================================================
+
+1.     Put dump sources under CVS, added Id tags in all files.
+
 Changes between versions 0.4b6 and 0.4b7 (released October 8, 1999)
 ===================================================================
 
index c46bebd7cab798b86c6e8ea11ae9c0c3dd4274c9..cd9b353da75a8d13bb02a41c2a2836c28f2a1c1b 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -4,6 +4,7 @@
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *      Stelian Pop <pop@cybercable.fr>, 1999
  *
+ * $Id: COPYRIGHT,v 1.3 1999/10/11 13:31:03 stelian Exp $
  */
 
 /*-
diff --git a/INSTALL b/INSTALL
index c8caa1f02af26b6ff13989f5fc803977f5aeb3da..842a017a8dd677a37538424fa3490228d9ee49b6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,4 @@
+$Id: INSTALL,v 1.2 1999/10/11 13:31:03 stelian Exp $
 
        Installation of the dump/restore port should be quite easy, since
 a configure script is now provided.
index 4776dca85d3b5b49a87870d64edf6ebf3df991a9..6b0638612a9657af0d5d2f5af102f2d78929be53 100644 (file)
--- a/KNOWNBUGS
+++ b/KNOWNBUGS
@@ -1,3 +1,5 @@
+$Id: KNOWNBUGS,v 1.3 1999/10/11 13:31:03 stelian Exp $
+
 Known bugs and limitations of the dump/restore port
 ===================================================
 
index f8428a6030b7a942aaff9bfbaae1b1d66889b29f..1c073d8ce1393707f17609eb6ef9d31dbacfeef7 100644 (file)
@@ -1,3 +1,5 @@
+$Id: MAINTAINERS,v 1.2 1999/10/11 13:31:03 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>
 
index 4c73edacdd2c44d4b67d5fe59f98f0990e268037..308441df4ca4520c37951bc1da11e4fe70066141 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: MCONFIG.in,v 1.4 1999/10/11 13:31:03 stelian Exp $
+
 VPATH=         $(srcdir)
 
 top_builddir=  @top_builddir@
index 34152c7a47e38619ab06d71d0c948df525b3f4b9..deb2896ef4e147e52f3be9882ec29829a9b48fae 100644 (file)
@@ -1,3 +1,4 @@
+# $Id: Makefile.in,v 1.3 1999/10/11 13:31:03 stelian Exp $
 srcdir=                @srcdir@
 top_srcdir=    @top_srcdir@
 
diff --git a/README b/README
index 63d4f10fa09992efbb2b7811c9585f0dc4184856..1e96d8d0deb4a79776c68ebdddbd022b91e429fb 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,4 @@
+$Id: README,v 1.3 1999/10/11 13:31:04 stelian Exp $
 
        This is a test release of dump 0.4.
 
diff --git a/THANKS b/THANKS
index 092b0c53294d78e756edac5e80bd9b6b2a182ca2..9b9dd7faa518ac9cf0f591eac88b1f72cd2a50db 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -1,3 +1,5 @@
+$Id: THANKS,v 1.5 1999/10/11 13:31:04 stelian Exp $
+
 Dump and restore were written by the people of the CSRG at the University
 of California, Berkeley.
 
diff --git a/TODO b/TODO
index 1fdb8e3214e2f10dd919267cc29f600873b8ea35..dfc067263f2049eed7de433bdadd64c015e8bce9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+$Id: TODO,v 1.4 1999/10/11 13:31:04 stelian Exp $
+
 1.     Make dump honor the no-dump attribute on directories.  Currently, it
        honours it only on files.  This means that a directory flagged with
        the no-dump attribute will be dumped if it contains a file without
index 761eb13626cefc405e7b7ae039af8551c965b649..28e3ed8821c7e31e410ff3223affd59052afdab6 100644 (file)
@@ -1,3 +1,5 @@
+/* $Id: acconfig.h,v 1.2 1999/10/11 13:31:04 stelian Exp $ */
+
 /* Define to __s64 if <sys/types.h> does not define */
 #undef quad_t
 
index 9e4fd653587a25335de0ae850731840f6bc59067..f3b0e1ed342db7bd7b7eb8d26b164a1d5f7c1871 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Makefile.in,v 1.3 1999/10/11 13:31:08 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
 
index 6a79d0761be16c21956a4a1659ee6fd109793cd5..33f712b1e9f65a23323d4692a7ac2d75f3c300e2 100644 (file)
@@ -4,6 +4,7 @@
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *      Stelian Pop <pop@cybercable.fr>, 1999
  *
+ * $Id: dumprmt.c,v 1.5 1999/10/11 13:31:08 stelian Exp $
  */
 
 /*-
@@ -44,7 +45,7 @@
 static char sccsid[] = "@(#)dumprmt.c  8.3 (Berkeley) 4/28/95";
 #endif
 static const char rcsid[] =
-       "$Id: dumprmt.c,v 1.4 1999/10/11 13:08:06 stelian Exp $";
+       "$Id: dumprmt.c,v 1.5 1999/10/11 13:31:08 stelian Exp $";
 #endif /* not lint */
 
 #ifdef __linux__
index 9c2e02bbf79be368b0ba321a5295db47cef72f6e..0ad890895d75261f01ef415476c8d691442a87f0 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Makefile.in,v 1.2 1999/10/11 13:31:08 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
 
index 7a3b11e23edf259db31d53062f9534ea8760d032..89d7ae98aebb565f7d7329381bfd0f7945480066 100644 (file)
@@ -4,6 +4,7 @@
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *      Stelian Pop <pop@cybercable.fr>, 1999
  *
+ * $Id: bsdcompat.h,v 1.5 1999/10/11 13:31:08 stelian Exp $
  */
 
 #include <config.h>
index 3aed6ba4a7bc26d3f9b02e2f931387875a9c3e6c..759db4d76d2af0b65d9fb8ff74f1526f6223eed3 100644 (file)
@@ -38,8 +38,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)err.h       8.1 (Berkeley) 6/2/93
- *      $Id: compaterr.h,v 1.2 1999/10/11 13:08:06 stelian Exp $
+ * $Id: compaterr.h,v 1.3 1999/10/11 13:31:09 stelian Exp $
  */
 
 #ifndef _ERR_H_
index 55578809b4368aac433feb9fbe9dec5255b65486..26432e4f4bc46f362c3d07f567e42bd883f9f6f1 100644 (file)
@@ -41,7 +41,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)glob.h      8.1 (Berkeley) 6/2/93
+ * $Id: compatglob.h,v 1.2 1999/10/11 13:31:09 stelian Exp $
  */
 
 #ifndef _GLOB_H_
index f479edcdffdc10b937d3da59c7ed4f7f653da34c..2ca06ece86acc551130103f91a3ba1dff48a3b5c 100644 (file)
@@ -38,7 +38,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)fstab.h     8.1 (Berkeley) 6/2/93
+ * $Id: fstab.h,v 1.3 1999/10/11 13:31:09 stelian Exp $
  */
 
 #ifndef _FSTAB_H_
index 167956548ea325838dadef857cd7b755de8bad1f..21e8deab297bd1f5ca24cd4f46b24f11225fa1a5 100644 (file)
@@ -38,7 +38,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)pathnames.h 8.1 (Berkeley) 6/5/93
+ * $Id: pathnames.h.in,v 1.2 1999/10/11 13:31:09 stelian Exp $
  */
 
 #include <paths.h>
index 72e999aa6fc5c361a789b138869d19557c81f9c0..4985f8056f0de7cb0fa506006f47f2fef6d1f6aa 100644 (file)
@@ -43,7 +43,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)dumprestore.h       8.2 (Berkeley) 1/21/94
+ * $Id: dumprestore.h,v 1.3 1999/10/11 13:31:09 stelian Exp $
  */
 
 #ifndef _PROTOCOLS_DUMPRESTORE_H_
index 8703e4a5deed06c137b175d482ffc24dec121581..fe6547d78ecce99e58cb713b8a4c61df41d88240 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Makefile.in,v 1.3 1999/10/11 13:31:10 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
 
index d882068ba629b9136fa47010f84a69dcc6952839..0388baab98e90ab6a5734ad74320431e507f0a3b 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *     From: @(#)err.c 8.1 (Berkeley) 6/4/93
+ *
+ * $Id: compaterr.c,v 1.3 1999/10/11 13:31:10 stelian Exp $
  */
 
-#if defined(LIBC_RCS) && !defined(lint)
-static const char rcsid[] =
-       "$Id: compaterr.c,v 1.2 1999/10/11 13:08:07 stelian Exp $";
-#endif /* LIBC_RCS and not lint */
-
 #include <compaterr.h>
 #include <errno.h>
 #include <stdio.h>
index cdbab02d2c55389341f011d4b3d5bacf1c5e9ce3..7616b808f01507f2e6f738209a4cf06511661ca4 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: compatglob.c,v 1.2 1999/10/11 13:31:10 stelian Exp $
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)glob.c     8.3 (Berkeley) 10/13/93";
-#endif /* LIBC_SCCS and not lint */
-
 /*
  * glob(3) -- a superset of the one defined in POSIX 1003.2.
  *
index cc2d2550dd33eb7c2f007bdac2aa6195936d2768..32e6b028444fac6ff915308ac52f617280775842 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: fstab.c,v 1.4 1999/10/11 13:31:10 stelian Exp $
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)fstab.c    8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
-
 #include <errno.h>
 #include <fstab.h>
 #include <mntent.h>
index a66f6288cab2ccbffb3050b23ca80030c8734c02..5071e94642b6a5730f1c6be9703f47a6a7b0dcb1 100644 (file)
@@ -1,3 +1,5 @@
+dnl $Id: configure.in,v 1.5 1999/10/11 13:31:04 stelian Exp $
+
 AC_INIT(dump/dump.h)
 
 MCONFIG=./MCONFIG
index 1bcf1126fb0aee4f40147a8f09520feaafaff11d..4ed209a4f2340186a4811bf6596f2239bd944383 100644 (file)
@@ -1,3 +1,4 @@
+# $Id: depfix.sed,v 1.2 1999/10/11 13:31:04 stelian Exp $
 #
 # Insert the header.....
 #
index 2843a7b9ef595cf67771e98ce38a7d6e69b8dff0..26819b11ab8a8eb57ef7cfbad74cbbfde359e65f 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Makefile.in,v 1.4 1999/10/11 13:31:10 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
 
index 84e462c6db6ece70aa00696271869a973334e557..262685868d0891e2808cdd0a89c350cf81bb5e76 100644 (file)
@@ -30,8 +30,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     @(#)dump.8     8.3 (Berkeley) 5/1/95
-.\"    $Id: dump.8.in,v 1.1 1999/10/11 13:08:07 stelian Exp $
+.\"    $Id: dump.8.in,v 1.2 1999/10/11 13:31:10 stelian Exp $
 .\"
 .Dd __DATE__
 .Dt DUMP 8
index ba7ed3833bda2ef98309f2f0389d9dfe13d69ea1..d47b0714877a22129fd5b77eab423d141513d7a7 100644 (file)
@@ -38,7 +38,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)dump.h      8.2 (Berkeley) 4/28/95
+ * $Id: dump.h,v 1.5 1999/10/11 13:31:11 stelian Exp $
  */
 
 #define MAXINOPB       (MAXBSIZE / sizeof(struct dinode))
index e29632cf75626cf721a38ab238d282f2bcbcd46c..2529865cb06da1e02d5a52aa035c75ada3bbf621 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: itime.c,v 1.5 1999/10/11 13:31:11 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)itime.c    8.1 (Berkeley) 6/5/93";
-#endif
-static const char rcsid[] =
-       "$Id: itime.c,v 1.4 1999/10/11 13:08:07 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/time.h>
 #ifdef __linux__
index 58ff5c35ea87bd3fe9ac885236de59344d73495f..1dc780d210ef662256706cd492000de71578082d 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: main.c,v 1.5 1999/10/11 13:31:11 stelian Exp $
  */
 
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1991, 1993, 1994\n\
-       The Regents of the University of California.  All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)main.c     8.6 (Berkeley) 5/1/95";
-#endif
-static const char rcsid[] =
-       "$Id: main.c,v 1.4 1999/10/11 13:08:07 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/time.h>
 #ifdef __linux__
index ab38a3d9217e7046597fd3385cf7452d25b1b1e5..6c2efb703287a6ad2d80ef52c7b33b5dfd680285 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: optr.c,v 1.5 1999/10/11 13:31:11 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)optr.c     8.2 (Berkeley) 1/6/94";
-#endif
-static const char rcsid[] =
-       "$Id: optr.c,v 1.4 1999/10/11 13:08:08 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/wait.h>
 #include <sys/time.h>
index 741f2de25ad442a1fcf58cd183beea2945662556..4aaffb3271e62e17b76a76c6aefe20ef5ba314f1 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: tape.c,v 1.5 1999/10/11 13:31:11 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)tape.c     8.4 (Berkeley) 5/1/95";
-#endif
-static const char rcsid[] =
-       "$Id: tape.c,v 1.4 1999/10/11 13:08:08 stelian Exp $";
-#endif /* not lint */
-
 #ifdef __linux__
 #include <sys/types.h>
 #include <linux/types.h>
index d408993808d379feaf52ce3d5c58f1d577e1a05b..c4e739c30bced74fd7237df7f27e3f62f800a613 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: traverse.c,v 1.5 1999/10/11 13:31:11 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)traverse.c 8.7 (Berkeley) 6/15/95";
-#endif
-static const char rcsid[] =
-       "$Id: traverse.c,v 1.4 1999/10/11 13:08:08 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/stat.h>
 #ifdef __linux__
index ec0960f16529a538a70c6f0e5e4b71181a58c55c..845a333451c3e94b147da86cce719d88c8223836 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: unctime.c,v 1.5 1999/10/11 13:31:12 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)unctime.c  8.2 (Berkeley) 6/14/94";
-#endif
-static const char rcsid[] =
-       "$Id: unctime.c,v 1.4 1999/10/11 13:08:08 stelian Exp $";
-#endif /* not lint */
-
 #include <time.h>
 #ifdef __STDC__
 #include <stdlib.h>
index d8257fd86db44dc0462cacb196176a3306daa4af..686a185cb0af23f39de5afcba96ab4690468dbd2 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Makefile.in,v 1.4 1999/10/11 13:31:12 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
 
index a6611c678d14a9845a98c186ee6867126f44ce2d..e4cffd956755f3d25a55eecbbd211aaefc8f102e 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: dirs.c,v 1.5 1999/10/11 13:31:12 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)dirs.c     8.7 (Berkeley) 5/1/95";
-#endif
-static const char rcsid[] =
-       "$Id: dirs.c,v 1.4 1999/10/11 13:08:08 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/stat.h>
index 46e6cc22eb507a1617fdced2047b7bdaf5b088e8..8cf3f2c9527506cc544faf4bab7bfdfe2d356e7e 100644 (file)
@@ -38,8 +38,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)extern.h    8.2 (Berkeley) 1/7/94
- *     $Id: extern.h,v 1.4 1999/10/11 13:08:09 stelian Exp $
+ * $Id: extern.h,v 1.5 1999/10/11 13:31:12 stelian Exp $
  */
 
 struct entry   *addentry __P((char *, ino_t, int));
index 2f262789632fe1cf351d5f85cadccbbda228edb0..24cf18cd5727025a07f5ba3494565ebfc5df587f 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: interactive.c,v 1.5 1999/10/11 13:31:12 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)interactive.c      8.5 (Berkeley) 5/1/95";
-#endif
-static const char rcsid[] =
-       "$Id: interactive.c,v 1.4 1999/10/11 13:08:09 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/stat.h>
 
index 7460d7dd3903075bcff685e49565a4f9e7e0c739..b3a09ff9c53237f11d1023fdafe2cff958864b20 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: main.c,v 1.5 1999/10/11 13:31:13 stelian Exp $
  */
 
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1983, 1993\n\
-       The Regents of the University of California.  All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)main.c     8.6 (Berkeley) 5/4/95";
-#endif
-static const char rcsid[] =
-       "$Id: main.c,v 1.4 1999/10/11 13:08:09 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <errno.h>
index 5c1233745050c136986a5f3a5d068a134e3b7816..7d846d67173d7da53134125dbf56312094f044bb 100644 (file)
@@ -29,8 +29,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     @(#)restore.8  8.4 (Berkeley) 5/1/95
-.\"    $Id: restore.8.in,v 1.1 1999/10/11 13:08:09 stelian Exp $
+.\"    $Id: restore.8.in,v 1.2 1999/10/11 13:31:13 stelian Exp $
 .\"
 .Dd __DATE__
 .Dt RESTORE 8
index 3eb6d93831a753606b4e78e410c489a9c52f0b27..2c1089248180076059f675994228debd44b8a85a 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: restore.c,v 1.5 1999/10/11 13:31:13 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)restore.c  8.3 (Berkeley) 9/13/94";
-#endif
-static const char rcsid[] =
-       "$Id: restore.c,v 1.4 1999/10/11 13:08:09 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/types.h>
 
 #ifdef __linux__
index cbe17bdf43f576b8cfcaf186727c49e1f453cf1b..87a03972ce42320da4d6486bf2122e725d2f60a3 100644 (file)
@@ -43,7 +43,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)restore.h   8.3 (Berkeley) 9/13/94
+ * $Id: restore.h,v 1.4 1999/10/11 13:31:13 stelian Exp $
  */
 
 /*
index 275dd1cc8178add4888e5c9418a7e11eaa7a3394..35d0064cb09e958467f40ec2b198ba7b40bfcb24 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: symtab.c,v 1.5 1999/10/11 13:31:13 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)symtab.c   8.3 (Berkeley) 4/28/95";
-#endif
-static const char rcsid[] =
-       "$Id: symtab.c,v 1.4 1999/10/11 13:08:10 stelian Exp $";
-#endif /* not lint */
-
 /*
  * These routines maintain the symbol table which tracks the state
  * of the file system being restored. They provide lookup by either
index ab0513a919573bf06e0e31b63059c8bc4b098791..32a5582d1e32f11e51ef1a69e4a2f2117a79d611 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: tape.c,v 1.5 1999/10/11 13:31:13 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)tape.c     8.9 (Berkeley) 5/1/95";
-#endif
-static const char rcsid[] =
-       "$Id: tape.c,v 1.4 1999/10/11 13:08:10 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/mtio.h>
index 1498599166bbe4b48e904839c7af3c14e7997a37..44cea0454c343c9d513b72da27444320384eb3ca 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: utilities.c,v 1.5 1999/10/11 13:31:14 stelian Exp $
  */
 
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)utilities.c        8.5 (Berkeley) 4/28/95";
-#endif
-static const char rcsid[] =
-       "$Id: utilities.c,v 1.4 1999/10/11 13:08:10 stelian Exp $";
-#endif /* not lint */
-
 #include <sys/param.h>
 #include <sys/stat.h>
 
index e1d44406837c61d453e205cd15c35d6c20371ffd..e0983021e60e382ec7d3190c5a0a081d0b244c35 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Makefile.in,v 1.4 1999/10/11 13:31:14 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
 
index 2f3b3dfade90480df1d36fcb2d04b1d8f38bb645..e88787894ff96b5f01b26b40fd3b0813f94a33d0 100644 (file)
@@ -29,7 +29,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     @(#)rmt.8      8.3 (Berkeley) 6/1/94
+.\"     $Id: rmt.8.in,v 1.2 1999/10/11 13:31:14 stelian Exp $
 .\"
 .Dd __DATE__
 .Dt RMT 8
index 7e79dfb2caaf2f9bd5700bf3a8bde91341472473..590bbc4a840360dd8409236c45d3c907c0f63f37 100644 (file)
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $Id: rmt.c,v 1.5 1999/10/11 13:31:14 stelian Exp $
  */
 
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1983, 1993\n\
-       The Regents of the University of California.  All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)rmt.c      8.1 (Berkeley) 6/6/93";
-#endif
-static const char rcsid[] =
-       "$Id: rmt.c,v 1.4 1999/10/11 13:08:11 stelian Exp $";
-#endif /* not lint */
-
 /*
  * rmt
  */