From: Jim Meyering Date: Sat, 8 Mar 2003 16:43:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c86bae2a596d6980042023922086457f9387c79d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e4cdb63fd9..42017fae4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2003-03-08 Jim Meyering + * tests/rm/fail-2eperm: Rather than simply using the first non-root + username, make sure that the selected user name has a usable shell. + Reported by Paul Jarc. + + Before, when using shred on a device, one had to specify --exact, + or be careful to choose a size that would not be rounded up and + exceed the maximum value; that could result in a failure of + the final write. + * src/shred.c (do_wipefd): --exact is now the default for non-regular + files. Suggestion from Ben Elliston. + (usage): Say it. + * Version 4.5.10. * tests/misc/tty-eof: Also check for the log_user method, to avoid