-$Id: CHANGES,v 1.52 2000/03/10 10:03:09 stelian Exp $
+$Id: CHANGES,v 1.53 2000/03/11 15:29:01 stelian Exp $
Changes between versions 0.4b15 and 0.4b16 (released ?????????????)
===================================================================
5. Added the device name and the current volume number
as arguments to the end of tape script (dump -F option).
+6. Made the multi-volume dump work again (after having
+ broken it in 0.4b15).
+
Changes between versions 0.4b14 and 0.4b15 (released March 2, 2000)
===================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.17 2000/03/10 10:03:09 stelian Exp $";
+ "$Id: tape.c,v 1.18 2000/03/11 15:29:01 stelian Exp $";
#endif /* not lint */
#ifdef __linux__
rmtclose();
}
else
-#else
+#endif
{
(void) close(tapefd);
while ((f = open(tape, 0)) < 0)
sleep (10);
(void) close(f);
}
-#endif
eot_code = 1;
if (eot_script) {
msg("Launching %s\n", eot_script);