]> git.wh0rd.org - dump.git/commitdiff
Force -a when in 'restore -C' mode.
authorStelian Pop <stelian@popies.net>
Thu, 17 Apr 2008 15:26:46 +0000 (15:26 +0000)
committerStelian Pop <stelian@popies.net>
Thu, 17 Apr 2008 15:26:46 +0000 (15:26 +0000)
CHANGES
restore/main.c

diff --git a/CHANGES b/CHANGES
index 77981df4e33e8ebf6d283cee7441672f24654bc3..e3ce9a573ac94694afa05a3767198222fccae84f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-$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)
 =====================================================================
 
 Changes between versions 0.4b41 and 0.4b42 (released xxxxxxxxxxxxxxx)
 =====================================================================
@@ -33,6 +33,10 @@ Changes between versions 0.4b41 and 0.4b42 (released xxxxxxxxxxxxxxx)
        Thanks to Kenneth Porter <shiva@sewingwitch.com> for the bug
        report.
 
        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)
 =====================================================================
 
 Changes between versions 0.4b40 and 0.4b41 (released January 2, 2006)
 =====================================================================
 
index 1704fcdee3d776274dc9e570b2839ac6020eafe1..fecaad537787602966fe59f2460e6e62d87c6df3 100644 (file)
@@ -37,7 +37,7 @@
 
 #ifndef lint
 static const char rcsid[] =
 
 #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>
 #endif /* not lint */
 
 #include <config.h>
@@ -461,6 +461,7 @@ main(int argc, char *argv[])
                compare_ignore_not_found = 0;
                compare_errors = 0;
                Nflag = 1;
                compare_ignore_not_found = 0;
                compare_errors = 0;
                Nflag = 1;
+               aflag = 1;
                setup();
                printf("filesys = %s\n", filesys);
                if (STAT(filesys, &stbuf) < 0)
                setup();
                printf("filesys = %s\n", filesys);
                if (STAT(filesys, &stbuf) < 0)