-$Id: CHANGES,v 1.267 2005/01/14 13:04:07 stelian Exp $
+$Id: CHANGES,v 1.268 2005/01/14 13:04:56 stelian Exp $
Changes between versions 0.4b38 and 0.4b39 (released ???????????????)
=====================================================================
<shiva@sewingwitch.com> for finding the bug and helping me
reproduce it.
+5. Made restore -C force the -N flag (no writing allowed on
+ the disk) in order to prevent more bugs like the above one.
+
Changes between versions 0.4b37 and 0.4b38 (released January 7, 2005)
=====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.48 2005/01/13 15:41:06 stelian Exp $";
+ "$Id: main.c,v 1.49 2005/01/14 13:04:56 stelian Exp $";
#endif /* not lint */
#include <config.h>
Vprintf(stdout, "Begin compare restore\n");
compare_ignore_not_found = 0;
compare_errors = 0;
+ Nflag = 1;
setup();
printf("filesys = %s\n", filesys);
if (STAT(filesys, &stbuf) < 0)