Changeset 325 for gpgdir

Show
Ignore:
Timestamp:
10/03/08 00:04:46 (2 months ago)
Author:
mbr
Message:

- Bugfix for using -f instead of -I for non-interactive file erasure
(Franck Joncourt).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gpgdir/trunk/CREDITS

    r322 r325  
    4646 
    4747        http://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html 
     48    - Suggested the appropriate bugfix to interface non-interactively with the 
     49      wipe program (-f instead of -I in later versions). 
  • gpgdir/trunk/ChangeLog

    r324 r325  
    11gpgdir-1.9.3 (08//2008): 
     2    - Bugfix for using -f instead of -I for non-interactive file erasure 
     3      (Franck Joncourt). 
    24    - Simplified test suite code by creating a set of default arguments for 
    35      the gpgdir command line as each test is executed. 
  • gpgdir/trunk/gpgdir

    r323 r325  
    664664                $cmd .= ' -i '; 
    665665            } else { 
    666                 $cmd .= ' -I -s '; 
     666                $cmd .= ' -f -s '; 
    667667            } 
    668668        }