-$Id: CHANGES,v 1.141 2001/11/11 00:06:39 stelian Exp $
+$Id: CHANGES,v 1.142 2001/11/13 12:11:05 stelian Exp $
Changes between versions 0.4b24 and 0.4b25 (released ??????????????????)
========================================================================
which allows BRADEMAX (number of read errors tolerated by
dump) to be adjusted using the -I option.
+5. Fixed a bug which disabled doing "restore -C -f -". Thanks
+ to Clemens Stiglechner <a9401816@unet.univie.ac.at> for the
+ patch.
+
Changes between versions 0.4b23 and 0.4b24 (released September 12, 2001)
========================================================================
-$Id: THANKS,v 1.48 2001/11/11 00:06:39 stelian Exp $
+$Id: THANKS,v 1.49 2001/11/13 12:11:05 stelian Exp $
Dump and restore were written by the people of the CSRG at the University
of California, Berkeley.
Paul Slootman paul@debian.org
Bob Snyder rsnyder@janet.advsys.com
Gabriel Somlo somlo@cs.colostate.edu
+Clemens Stiglechner a9401816@unet.univie.ac.at
Matti Taskinen mkt@rni.helsinki.fi
Jason L Tibbitts III tibbs@math.uh.edu
Mike Tibor tibor@lib.uaa.alaska.edu
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.29 2001/09/12 10:21:49 stelian Exp $";
+ "$Id: main.c,v 1.30 2001/11/13 12:11:05 stelian Exp $";
#endif /* not lint */
#include <config.h>
atexit(cleanup);
- if (command == 'C' && inputdev[0] != '/') {
+ if (command == 'C' && inputdev[0] != '/' && strcmp(inputdev, "-")) {
/* since we chdir into the directory we are comparing
* to, we must retain the full tape path */
char wd[MAXPATHLEN], fullpathinput[MAXPATHLEN];