-$Id: CHANGES,v 1.289 2008/04/17 15:22:56 stelian Exp $
+$Id: CHANGES,v 1.290 2008/04/17 15:26:46 stelian Exp $
Changes between versions 0.4b41 and 0.4b42 (released xxxxxxxxxxxxxxx)
=====================================================================
Thanks to Kenneth Porter <shiva@sewingwitch.com> for the bug
report.
+8. Force '-a' to be the default value when running 'restore -C'.
+ Thanks to Kenneth Porter <shiva@sewingwitch.com> for the bug
+ report.
+
Changes between versions 0.4b40 and 0.4b41 (released January 2, 2006)
=====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.51 2007/02/22 20:12:50 stelian Exp $";
+ "$Id: main.c,v 1.52 2008/04/17 15:26:46 stelian Exp $";
#endif /* not lint */
#include <config.h>
compare_ignore_not_found = 0;
compare_errors = 0;
Nflag = 1;
+ aflag = 1;
setup();
printf("filesys = %s\n", filesys);
if (STAT(filesys, &stbuf) < 0)